This commit is contained in:
Chad Bailey
2024-02-27 15:34:45 -06:00
parent 3794e86868
commit 1f9c5d132f

View File

@@ -146,7 +146,7 @@ class TTSService(AIService):
self.current_sentence = ""
if text:
yield ChatMessageQueueFrame(message=text)
# yield ChatMessageQueueFrame(message=text)
async for audio_chunk in self.run_tts(text):
yield AudioQueueFrame(audio_chunk)