ggerganov commited on
Commit
67b0cb9
·
unverified ·
1 Parent(s): 8eef240

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -208,7 +208,8 @@ main: total time = 57416.63 ms
208
  ## Real-time audio input example
209
 
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).
 
212
 
213
  ```java
214
  $ ./stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000
 
208
  ## Real-time audio input example
209
 
210
  This is a naive example of performing real-time inference on audio from your microphone.
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).
213
 
214
  ```java
215
  $ ./stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000