From dff790664389d60d16729092a58d9c0dc490a953 Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 24 Aug 2026 13:50:50 -0400 Subject: remove: --chunk flag (always force client-side chunking) --- app/converter/config.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/converter/config.py') 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. -- cgit v1.2.3