Skip to content

Commit ad6693f

Browse files
authored
Update README.md
1 parent 01c9e96 commit ad6693f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ main: total time = 57416.63 ms
208208
## Real-time audio input example
209209
210210
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).
212213
213214
```java
214215
$ ./stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000

0 commit comments

Comments
 (0)