Spaces:
Running
Running
misc : typo (#688)
Browse files
README.md
CHANGED
|
@@ -313,7 +313,7 @@ whisper_print_timings: total time = 32733.52 ms
|
|
| 313 |
## Real-time audio input example
|
| 314 |
|
| 315 |
This is a naive example of performing real-time inference on audio from your microphone.
|
| 316 |
-
The [stream](examples/stream) tool samples the audio every half a second and runs the transcription
|
| 317 |
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
|
| 318 |
|
| 319 |
```java
|
|
|
|
| 313 |
## Real-time audio input example
|
| 314 |
|
| 315 |
This is a naive example of performing real-time inference on audio from your microphone.
|
| 316 |
+
The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continuously.
|
| 317 |
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
|
| 318 |
|
| 319 |
```java
|