aboutsummaryrefslogtreecommitdiff
path: root/app/converter
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-09-02 19:56:51 -0400
committerhistoria <historiavg@proton.me>2026-09-02 19:56:51 -0400
commit08e702700303f9bb5767f02a337b8b34be410df9 (patch)
treece87c27929c81a423e9a5fa27927576544856779 /app/converter
parent0c6ab319b7fb9ec9c8afe9a43ad249cbfc1a126d (diff)
downloadtts-audiobook-generator-08e702700303f9bb5767f02a337b8b34be410df9.tar.gz
feat: move clone .wav directory to settings
Diffstat (limited to 'app/converter')
-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