移除无用的tts消息sentence_end

This commit is contained in:
Chingfeng Li
2025-07-31 13:21:29 +08:00
parent 14b7631dd6
commit ef25e82544
@@ -21,8 +21,6 @@ async def sendAudioMessage(conn, sentenceType, audios, text):
await sendAudio(conn, audios, pre_buffer)
await send_tts_message(conn, "sentence_end", text)
# 发送结束消息(如果是最后一个文本)
if conn.llm_finish_task and sentenceType == SentenceType.LAST:
await send_tts_message(conn, "stop", None)