From 3e39ce2d0630c838b784c2c70772688d447f4067 Mon Sep 17 00:00:00 2001 From: "John Vajda (JV)" Date: Thu, 18 Apr 2024 16:30:54 -0600 Subject: [PATCH] Correct typo in comment Caught this will looking at this example. --- examples/streaming/microphone/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,