sentences ends update

This commit is contained in:
Xin Wang
2026-02-06 07:55:06 +08:00
parent 6831f5316c
commit 294a3e405c

View File

@@ -415,7 +415,7 @@ class DuplexPipeline:
# Sentence buffer for streaming TTS
sentence_buffer = ""
sentence_ends = {'.', '!', '?', '', '', '', '', '\n'}
sentence_ends = {'', '', '', '\n'}
first_audio_sent = False
# Stream LLM response and TTS sentence by sentence