diff options
| author | historia <historiavg@proton.me> | 2026-08-19 02:44:04 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-19 02:44:04 -0400 |
| commit | 24cb17a35ebaf5829cefa943c5a528d4accd7dfc (patch) | |
| tree | 3f322308c4192e7ec8fd7d1e70acfb92ff33b252 /converter/config.py | |
| parent | 11384921323f7b08271be0607d8df774489a1f7d (diff) | |
| download | tts-audiobook-generator-24cb17a35ebaf5829cefa943c5a528d4accd7dfc.tar.gz | |
feat: --debug flag
Diffstat (limited to 'converter/config.py')
| -rw-r--r-- | converter/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/config.py b/converter/config.py index dcec145..e5e5ff7 100644 --- a/converter/config.py +++ b/converter/config.py @@ -138,6 +138,7 @@ BOOKS_FOLDER = BASE_DIR / "input" # Input folder AUDIOBOOKS_FOLDER = BASE_DIR / "output" # Output folder CHUNKS_FOLDER = BASE_DIR / "chunks" # Scratch space for per-chunk audio (cleaned per book) LOGS_FOLDER = BASE_DIR / "logs" +DEBUG_FOLDER = BASE_DIR / "debug" # Per-chunk audio + text dumps for --debug (kept across runs) # Words per TTS generation request. Each API call is ONE model generation: # long generations lose prosody, can degrade into garbled audio, and text |
