diff options
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. |
