There was an error while loading. Please reload this page.
1 parent a5474ed commit be8682fCopy full SHA for be8682f
quickstarts/streaming_conversation.py
@@ -29,6 +29,7 @@ async def main():
29
) = create_streaming_microphone_input_and_speaker_output(
30
use_default_devices=False,
31
logger=logger,
32
+ use_blocking_speaker_output=True, # this moves the playback to a separate thread, set to False to use the main thread
33
)
34
35
conversation = StreamingConversation(
0 commit comments