mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-14 21:08:07 +00:00
speak
scripts for Windows
This commit is contained in:
@ -36,7 +36,7 @@ struct whisper_params {
|
||||
std::string language = "en";
|
||||
std::string model_wsp = "models/ggml-base.en.bin";
|
||||
std::string model_gpt = "models/ggml-gpt-2-117M.bin";
|
||||
std::string speak = "./examples/talk/speak.sh";
|
||||
std::string speak = "./examples/talk/speak";
|
||||
std::string fname_out;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user