From 71f2c85aa5ea2aa5fe5f31537f5979459e82fcdd Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 9 Sep 2026 15:55:06 -0400 Subject: feat: instructions options translated automatically by --instructions --- app/converter/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/converter/config.py') diff --git a/app/converter/config.py b/app/converter/config.py index 6fd65dd..da73427 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 = "/home/workhorse/projects/tts-audiobook-generator/input" -OUTPUT_DIR = "/home/workhorse/projects/tts-audiobook-generator/output" +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 = "/home/workhorse/downloads/git/tts-audiobook-generator/voices" +CLONE_WAV_DIR = "voices" # Output audiobook file at a different tempo. SPEED = 1.0 -- cgit v1.2.3