From b0136e7f099ad3641008d2f6a576c821556c54ae Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Fri, 5 Jul 2024 14:35:41 -0700 Subject: [PATCH] switch comment --- playground/streaming/transcriber/transcribe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/streaming/transcriber/transcribe.py b/playground/streaming/transcriber/transcribe.py index 27ec1810c..b9ff325b1 100644 --- a/playground/streaming/transcriber/transcribe.py +++ b/playground/streaming/transcriber/transcribe.py @@ -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(