mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 21:50:28 +02:00
set default steps to 8, updated supertonic rate from 24000 to 44100 - #163
This commit is contained in:
@@ -175,7 +175,8 @@ def settings_defaults() -> Dict[str, Any]:
|
||||
"save_mode": "default_output" if has_output_override() else "save_next_to_input",
|
||||
"default_speaker": "",
|
||||
"default_voice": VOICES_INTERNAL[0] if VOICES_INTERNAL else "",
|
||||
"supertonic_total_steps": 5,
|
||||
"tts_provider": "kokoro",
|
||||
"supertonic_total_steps": 8,
|
||||
"supertonic_speed": 1.0,
|
||||
"replace_single_newlines": False,
|
||||
"use_gpu": True,
|
||||
|
||||
Reference in New Issue
Block a user