You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ GUI for [whispercpp](https://github.com/ggerganov/whisper.cpp), a high performan
3
3
4
4
For this GUI to work properly, all of whispercpp files (from the official releases) should be copied to the same location of "whisperGUI.exe". Also, you need to copy a binary of ffmpeg to the same location of "whisperGUI.exe". In this way, you could update the program yourself manually in case the development on this repository stops.
5
5
6
-
FFMPEG is also used to implement a variable-rate speedup option for the audio (whispercpp as of January 2023 only has a 2x speedup option).
6
+
FFMPEG is also used to implement a variable-rate speedup option for the audio (whispercpp no longer has this option).
7
7
8
8
Not all options are implemented yet, only those that are of common use. For using options not present in this GUI, now you can use the textbox included in the bottom of the main window. For example you can type "-t 8" (without quotes) for using 8 threads when processing the audio.
0 commit comments