aar2dee2 commited on
Commit
2fa5e85
·
1 Parent(s): fa16fb1

use default audio devices

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -83,8 +83,9 @@ async def main():
83
  microphone_input,
84
  speaker_output,
85
  ) = create_streaming_microphone_input_and_speaker_output(
86
- use_default_devices=False,
87
  logger=logger,
 
88
  )
89
 
90
  conversation = StreamingConversation(
 
83
  microphone_input,
84
  speaker_output,
85
  ) = create_streaming_microphone_input_and_speaker_output(
86
+ use_default_devices=True,
87
  logger=logger,
88
+ use_blocking_speaker_output=True,
89
  )
90
 
91
  conversation = StreamingConversation(