diff options
| author | historia <historiavg@proton.me> | 2026-08-24 13:50:50 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 13:50:50 -0400 |
| commit | dff790664389d60d16729092a58d9c0dc490a953 (patch) | |
| tree | 7c29996d78b0c1ae82fa9c4dc71ed39bb70d180e /app/converter/config.py | |
| parent | aac8febbdb45b7994e209bc74a44f8fc98fc745d (diff) | |
| download | tts-audiobook-generator-dff790664389d60d16729092a58d9c0dc490a953.tar.gz | |
remove: --chunk flag (always force client-side chunking)
Diffstat (limited to 'app/converter/config.py')
| -rw-r--r-- | app/converter/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/converter/config.py b/app/converter/config.py index 6a98136..5e35ee3 100644 --- a/app/converter/config.py +++ b/app/converter/config.py @@ -8,9 +8,6 @@ MAX_RETRIES = 3 # Attempts per chunk request HEARTBEAT_INTERVAL_SECONDS = 30 # Print "still working" in console logs every N seconds # Words per TTS generation request (client-side chunking). -# The qwen and faster backends always chunk with this size -# The audio.cpp backend chunks long text itself, so this is ignored -# by default with that backend. Force chunking with --chunk CHUNK_SIZE = 250 # Default TTS backend. |
