i think animation defeated me

This commit is contained in:
Chad Bailey
2024-01-25 02:44:26 +00:00
parent 0a9fa24b14
commit 6834d484ca
3 changed files with 2 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ async def main(room_url:str, token):
)
async def make_cats():
await transport.send_queue.put(talking_frame)
await transport.send_queue.put(quiet_frame)
transport.transcription_settings["extra"]["punctuate"] = True
await asyncio.gather(transport.run(), handle_transcriptions(), make_cats())