Use only chinese delimiter

This commit is contained in:
Xin Wang
2026-02-09 13:57:15 +08:00
parent 210301dc6b
commit b3af104300

View File

@@ -182,7 +182,7 @@ class StreamingTTSAdapter:
"""
# Sentence delimiters
SENTENCE_ENDS = {'.', '!', '?', '', '', '', '', '\n'}
SENTENCE_ENDS = {'', '', '', '\n'}
def __init__(self, tts_service: BaseTTSService, transport, session_id: str):
self.tts_service = tts_service