diff --git a/examples/streaming/microphone/main.py b/examples/streaming/microphone/main.py index 1e232d38..9905b60c 100644 --- a/examples/streaming/microphone/main.py +++ b/examples/streaming/microphone/main.py @@ -93,7 +93,7 @@ def on_unhandled(self, unhandled, **kwargs): language="en-US", # Apply smart formatting to the output smart_format=True, - # Raw audio format deatils + # Raw audio format details encoding="linear16", channels=1, sample_rate=16000,