From f5bc1e2709e871590e3081df5847f77440a412c5 Mon Sep 17 00:00:00 2001 From: Topping1 <78745143+Topping1@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:02:18 -0500 Subject: [PATCH] updated to mention ffmpeg speedup and textbox --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bdb6ac..d54b294 100644 --- a/README.md +++ b/README.md @@ -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`