diff options
Diffstat (limited to 'app/converter/config.py')
| -rw-r--r-- | app/converter/config.py | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
