speak scripts for Windows

This commit is contained in:
Nicholas Albion
2023-06-01 22:45:00 +10:00
parent 3f7436e8a0
commit 5b9e59bc07
10 changed files with 33 additions and 7 deletions

View File

@ -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;
};