You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,8 @@ main: total time = 57416.63 ms
208
208
## Real-time audio input example
209
209
210
210
This is a naive example of performing real-time inference on audio from your microphone.
211
-
The `stream` tool samples the audio every 3 seconds and runs the transcription continously. More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
211
+
The `stream` tool samples the audio every half a second and runs the transcription continously.
212
+
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
0 commit comments