diff options
| author | historia <historiavg@proton.me> | 2026-09-04 12:12:53 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-09-04 12:12:53 -0400 |
| commit | eadae12c3a8f31d16586a6241bfc3a90461522cc (patch) | |
| tree | de32bd0edc3f1b75c6436e9fd7875c53289e58d6 /app/converter/config.py | |
| parent | 9dd66997033f7d306718c67745b41c16dd034865 (diff) | |
| download | tts-audiobook-generator-eadae12c3a8f31d16586a6241bfc3a90461522cc.tar.gz | |
readme
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 |
