diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/converter/config.py | 6 | ||||
| -rw-r--r-- | app/demo.webp | bin | 0 -> 27224 bytes |
2 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 diff --git a/app/demo.webp b/app/demo.webp Binary files differnew file mode 100644 index 0000000..d1c24f3 --- /dev/null +++ b/app/demo.webp |
