Skip to content

Commit

Permalink
max_queue_size
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust committed Dec 13, 2024
1 parent d18b1a3 commit fb03528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemini-2/websockets/live_api_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
class AudioLoop:
def __init__(self):
self.audio_in_queue = asyncio.Queue()
self.out_queue = asyncio.Queue()
self.out_queue = asyncio.Queue(maxsize=5)

self.ws = None
self.audio_stream = None
Expand Down

0 comments on commit fb03528

Please sign in to comment.