Make bot-tts-text messages urgent

This commit is contained in:
Mark Backman
2024-10-08 17:07:08 -04:00
parent 3403197a90
commit e21fb520f9

View File

@@ -512,7 +512,7 @@ class RTVIBotTTSTextProcessor(RTVIFrameProcessor):
async def _handle_text(self, frame: TextFrame):
message = RTVIBotTTSTextMessage(data=RTVITextMessageData(text=frame.text))
await self._push_transport_message(message)
await self._push_transport_message_urgent(message)
class RTVIBotTTSAudioProcessor(RTVIFrameProcessor):