diff options
Diffstat (limited to 'app/converter/config.py')
| -rw-r--r-- | app/converter/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/converter/config.py b/app/converter/config.py index 3727885..9b09e7a 100644 --- a/app/converter/config.py +++ b/app/converter/config.py @@ -58,7 +58,7 @@ FASTER_API_URL = "http://127.0.0.1:8000" # faster-qwen3-tts server (Base mo FASTER_REMOTE_URL = "http://127.0.0.1:8000" # externally-run faster-qwen3-tts server ("" disables probing) # Default voice if no --voice is passed -FASTER_VOICE = "default" +FASTER_VOICE = "narrator" ############################################################################### # BACKEND 3: audio.cpp options # |
