From 6ccb6d443d2fb871b43d96ea61a95bc3e6a92355 Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 26 Aug 2026 17:46:48 -0400 Subject: feat: combined install/configure tui screens into one menu, removed extraneous wizard screens --- app/converter/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/converter/config.py') 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 # -- cgit v1.2.3