From eadae12c3a8f31d16586a6241bfc3a90461522cc Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 4 Sep 2026 12:12:53 -0400 Subject: readme --- app/converter/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/converter') diff --git a/app/converter/config.py b/app/converter/config.py index d771e46..6fd65dd 100644 --- a/app/converter/config.py +++ b/app/converter/config.py @@ -12,14 +12,14 @@ CHUNK_SIZE = 250 # Where books are read from and where finished audiobooks are written. # Relative paths resolve against the project root. -INPUT_DIR = "./input" -OUTPUT_DIR = "./output" +INPUT_DIR = "/home/workhorse/projects/tts-audiobook-generator/input" +OUTPUT_DIR = "/home/workhorse/projects/tts-audiobook-generator/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" +CLONE_WAV_DIR = "/home/workhorse/downloads/git/tts-audiobook-generator/voices" # Output audiobook file at a different tempo. SPEED = 1.0 -- cgit v1.2.3