aboutsummaryrefslogtreecommitdiff
path: root/app/converter/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/converter/config.py')
-rw-r--r--app/converter/config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/converter/config.py b/app/converter/config.py
index ad6c2d0..d771e46 100644
--- a/app/converter/config.py
+++ b/app/converter/config.py
@@ -15,6 +15,12 @@ CHUNK_SIZE = 250
INPUT_DIR = "./input"
OUTPUT_DIR = "./output"
+# Where voice-cloning reference .wavs live; the TUI Settings menu exposes
+# this as "Clone .wav directory" and the qwen-tts Base / SGLang-Omni voice
+# pickers list the .wav files found here. Relative paths resolve against
+# the project root.
+CLONE_WAV_DIR = "./voices"
+
# Output audiobook file at a different tempo.
SPEED = 1.0