it0/packages
hailin 740f8f5f88 fix: sentence splitting bug in voice pipeline TTS streaming
When the first punctuation mark appeared before _MIN_SENTENCE_LEN chars,
the regex search would always find it first and skip it, permanently
blocking all subsequent sentence splits. Fix by advancing search_start
past short matches instead of breaking out of the loop.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 05:03:05 -08:00
..
gateway fix: bypass JWT for voice WebSocket route (fixes 401 on WS upgrade) 2026-02-23 21:30:11 -08:00
services fix: sentence splitting bug in voice pipeline TTS streaming 2026-02-24 05:03:05 -08:00
shared fix: release QueryRunner connections to prevent pool exhaustion 2026-02-23 15:55:06 -08:00