Skip to content

Commit

Permalink
[hotfix] fix ref in make transcribe (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 committed Jul 5, 2024
1 parent f84cd03 commit 7f4899e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/streaming/transcriber/transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async def print_output(transcriber: BaseTranscriber):
print(transcription)

async def listen():
microphone_input = MicrophoneInput.from_default_device()
input_device = MicrophoneInput.from_default_device()
# input_device = FileInputDevice(file_path="spacewalk.wav")

# replace with the transcriber you want to test
Expand Down

0 comments on commit 7f4899e

Please sign in to comment.