Skip to content

Commit

Permalink
switch comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 committed Jul 5, 2024
1 parent 7a54f5a commit b0136e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/streaming/transcriber/transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ async def print_output(transcriber: BaseTranscriber):
print(transcription)

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

# replace with the transcriber you want to test
transcriber = DeepgramTranscriber(
Expand Down

0 comments on commit b0136e7

Please sign in to comment.