Skip to content

Commit

Permalink
updated to mention ffmpeg speedup and textbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Topping1 authored Jan 17, 2023
1 parent c3f5516 commit f5bc1e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ GUI for [whispercpp](https://github.com/ggerganov/whisper.cpp), a high performan

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.

Not all options are implemented yet, only those that are of common use.
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).

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.

## Requirements

If you want to run whispercppGUI from the python source code, the Gooey library is required. You can install Gooey with the command:
If you want to run whispercppGUI from the python source code, the [Gooey](https://github.com/chriskiehl/Gooey) library is required. You can install Gooey with the command:

`pip install Gooey`

Expand Down

0 comments on commit f5bc1e2

Please sign in to comment.