Skip to content

Commit dd02633

Browse files
authored
Update README.md
1 parent 25c284b commit dd02633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GUI for [whispercpp](https://github.com/ggerganov/whisper.cpp), a high performan
33

44
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.
55

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).
77

88
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.
99

0 commit comments

Comments
 (0)