Saiyaswanth007 commited on
Commit
1310d41
·
1 Parent(s): 9f60eef

Check point 4

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -419,7 +419,7 @@ class RealtimeSpeakerDiarization:
419
  # Setup recorder configuration
420
  recorder_config = {
421
  'spinner': False,
422
- 'use_microphone': True, # Changed to True for direct microphone input
423
  'model': FINAL_TRANSCRIPTION_MODEL,
424
  'language': TRANSCRIPTION_LANGUAGE,
425
  'silero_sensitivity': SILERO_SENSITIVITY,
 
419
  # Setup recorder configuration
420
  recorder_config = {
421
  'spinner': False,
422
+ 'use_microphone': False, # Changed to True for direct microphone input
423
  'model': FINAL_TRANSCRIPTION_MODEL,
424
  'language': TRANSCRIPTION_LANGUAGE,
425
  'silero_sensitivity': SILERO_SENSITIVITY,