@ -208,6 +209,17 @@ main: decode time = 14907.22 ms
main: total time = 57416.63 ms
main: total time = 57416.63 ms
```
```
## Real-time audio input example
This is a naive example of performing real-time inference on audio from your microphone.
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).