update:优化火山双流式tts

This commit is contained in:
hrz
2025-05-26 12:48:43 +08:00
parent 6dda79ee10
commit ae64233986
2 changed files with 105 additions and 109 deletions
@@ -221,7 +221,7 @@ class TTSProviderBase(ABC):
sendAudioMessage(self.conn, sentence_type, audio_datas, text),
self.conn.loop,
)
result = future.result()
future.result()
except Exception as e:
logger.bind(tag=TAG).error(
f"audio_play_priority priority_thread: {text} {e}"