From: Zigfrid Zvezdin Date: Thu, 30 Mar 2023 04:51:33 +0000 (-0300) Subject: misc : typo (#688) X-Git-Tag: upstream/1.7.4~1521 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=859ffc994e28e6673d8e12869a58f0ae8aeba97b;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp misc : typo (#688) --- diff --git a/README.md b/README.md index 5d804671..8b5901f0 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ whisper_print_timings: total time = 32733.52 ms ## Real-time audio input example This is a naive example of performing real-time inference on audio from your microphone. -The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continously. +The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continuously. More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10). ```java