Skip to content

Commit

Permalink
Stub fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s0d3s authored Jun 9, 2023
1 parent 3fee4bd commit fd27ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AudioRecorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self):

if not default_speaker:
print("[ERROR] Something went wrong while trying to get the default speakers.")
super().__init__(source=sr.Microphone(sample_rate=16000), source_name="StubAudio")
super().__init__(source=sr.Microphone(sample_rate=16000), source_name="Speaker")
return

source = sr.Microphone(speaker=True,
Expand Down

0 comments on commit fd27ea4

Please sign in to comment.