rrevo commited on
Commit
7f14ad2
·
1 Parent(s): 83a5514
Files changed (1) hide show
  1. client/src/audio_utils.py +1 -1
client/src/audio_utils.py CHANGED
@@ -6,7 +6,7 @@ import numpy as np
6
  import speech_recognition as sr
7
 
8
 
9
- def get_microphone(default_microphone: str | None = "pulse", sample_rate: int = 16000) -> sr.Microphone:
10
  """Get the specified system microphone if available."""
11
  # Important for linux users.
12
  # Prevents permanent application hang and crash by using the wrong Microphone
 
6
  import speech_recognition as sr
7
 
8
 
9
+ def get_microphone(default_microphone: str | None = "Blue", sample_rate: int = 16000) -> sr.Microphone:
10
  """Get the specified system microphone if available."""
11
  # Important for linux users.
12
  # Prevents permanent application hang and crash by using the wrong Microphone