音频会在队列积压等待发送,等待协程结果返回不设置超时时间

This commit is contained in:
Sakura-RanChen
2026-04-10 14:22:36 +08:00
parent 0e23672be7
commit 0f1e0d0d2e
@@ -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: