mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 02:49:41 +00:00
improved tts default voices quality and sample rate
This commit is contained in:
parent
8d961bba29
commit
e8570de0e6
5 changed files with 37 additions and 28 deletions
1
expose.h
1
expose.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue