Spaces:
Running
Running
Update README.md
Browse files
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
|
|
|
|
| 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
|