From ef25e825442aacc4a7d73390a463f6e6831a8071 Mon Sep 17 00:00:00 2001 From: Chingfeng Li Date: Thu, 31 Jul 2025 13:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84tt?= =?UTF-8?q?s=E6=B6=88=E6=81=AFsentence=5Fend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/xiaozhi-server/core/handle/sendAudioHandle.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/xiaozhi-server/core/handle/sendAudioHandle.py b/main/xiaozhi-server/core/handle/sendAudioHandle.py index aa59a4d1..0ca36e1e 100644 --- a/main/xiaozhi-server/core/handle/sendAudioHandle.py +++ b/main/xiaozhi-server/core/handle/sendAudioHandle.py @@ -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)