improved tts default voices quality and sample rate

This commit is contained in:
Concedo 2025-01-17 18:45:16 +08:00
parent 8d961bba29
commit e8570de0e6
5 changed files with 37 additions and 28 deletions

View file

@ -205,6 +205,7 @@ struct whisper_generation_outputs
struct tts_load_model_inputs
{
const int threads = 4;
const char * ttc_model_filename = nullptr;
const char * cts_model_filename = nullptr;
const char * executable_path = nullptr;