aboutsummaryrefslogtreecommitdiff
path: root/converter/config.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-23 14:01:56 -0400
committerhistoria <historiavg@proton.me>2026-08-23 14:01:56 -0400
commitdf57cf2733e398473a58d788cd97fea3a618f892 (patch)
tree644ea6ee514af68ef2bb7dddb25e46cdd27013e1 /converter/config.py
parent9d2c24edb983e458b0fbb9f065fbbda79c19ca26 (diff)
downloadtts-audiobook-generator-df57cf2733e398473a58d788cd97fea3a618f892.tar.gz
feat: tui for make_audiocpp_server_json
Diffstat (limited to 'converter/config.py')
-rw-r--r--converter/config.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/converter/config.py b/converter/config.py
index d15efa5..4686764 100644
--- a/converter/config.py
+++ b/converter/config.py
@@ -68,3 +68,10 @@ AUDIOCPP_API_URL = "http://127.0.0.1:8080" # audio.cpp audiocpp_server
# run with the --model CLI flag.
AUDIOCPP_MODEL_ID = "qwen"
AUDIOCPP_CLONE_MODEL_ID = "qwen-clone"
+
+# Voice design / style instruction sent with every audio.cpp request when
+# the --instructions CLI flag is not given. Required for server entries
+# hosted with task "vdes" (voice design models such as Qwen3-TTS
+# VoiceDesign); on other families it acts as a style/delivery instruction
+# when the model supports one and is ignored otherwise. Empty by default.
+AUDIOCPP_INSTRUCTIONS = ""