From 0f1e0d0d2e28286f9b0a75851afdf607dea9f739 Mon Sep 17 00:00:00 2001 From: Sakura-RanChen <1908198662@qq.com> Date: Fri, 10 Apr 2026 14:22:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E9=A2=91=E4=BC=9A=E5=9C=A8=E9=98=9F?= =?UTF-8?q?=E5=88=97=E7=A7=AF=E5=8E=8B=E7=AD=89=E5=BE=85=E5=8F=91=E9=80=81?= =?UTF-8?q?=EF=BC=8C=E7=AD=89=E5=BE=85=E5=8D=8F=E7=A8=8B=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E4=B8=8D=E8=AE=BE=E7=BD=AE=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/xiaozhi-server/core/providers/tts/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/xiaozhi-server/core/providers/tts/base.py b/main/xiaozhi-server/core/providers/tts/base.py index a5c4a7da..1a04907a 100644 --- a/main/xiaozhi-server/core/providers/tts/base.py +++ b/main/xiaozhi-server/core/providers/tts/base.py @@ -407,7 +407,7 @@ class TTSProviderBase(ABC): sendAudioMessage(self.conn, sentence_type, audio_datas, text), self.conn.loop, ) - future.result(timeout=self.tts_timeout) + future.result() # 记录输出和报告 if self.conn.max_output_size > 0 and text: