Log TTS sentence split

This commit is contained in:
Xin Wang
2026-02-09 16:04:15 +08:00
parent cb5c08d84d
commit 45d7a41cff

View File

@@ -692,6 +692,7 @@ class DuplexPipeline:
if not text.strip() or self._interrupt_event.is_set():
return
logger.info(f"[TTS] split sentence: {text!r}")
try:
is_first_chunk = True
async for chunk in self.tts_service.synthesize_stream(text):