added screenshot
This commit is contained in:
parent
36459d873b
commit
98c6f8e623
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
BIN
Assets/Preview.png
Normal file
BIN
Assets/Preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -1,5 +1,7 @@
|
|||||||
# Whisper-AHK
|
# Whisper-AHK
|
||||||
|
|
||||||
|
![Screenshot of main window](Assets/Preview.png "Screenshot of Main Window")
|
||||||
|
|
||||||
Autohotkey based GUI for utilizing [Whisper.cpp](https://github.com/ggerganov/whisper.cpp) to transcribe audio files to text.
|
Autohotkey based GUI for utilizing [Whisper.cpp](https://github.com/ggerganov/whisper.cpp) to transcribe audio files to text.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
@ -197,7 +197,7 @@ Gui, Font, s9
|
|||||||
Gui, Add, Button, y+%GUIMargin% x%GUIRowThreeXPos% w%TranscribeButtonWidth% h15 gReloadScript Center, Restart
|
Gui, Add, Button, y+%GUIMargin% x%GUIRowThreeXPos% w%TranscribeButtonWidth% h15 gReloadScript Center, Restart
|
||||||
|
|
||||||
Gui, Font, s5
|
Gui, Font, s5
|
||||||
Gui, Add, StatusBar,Center,This Node: Minutes Transcribed by Node: Total Minutes Transcribed by All Nodes: Total Minutes of All Podcasts: || Everyone: Podcasts Transcribed
|
; Gui, Add, StatusBar,Center, This Node: Minutes Transcribed by Node: Total Minutes Transcribed by All Nodes: Total Minutes of All Transcriptions: Average time to transcribe 1 min:
|
||||||
|
|
||||||
gui, show, w%GuiWidth%, %ScriptName% %ScriptVersion%
|
gui, show, w%GuiWidth%, %ScriptName% %ScriptVersion%
|
||||||
Return
|
Return
|
||||||
|
Loading…
Reference in New Issue
Block a user