]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Mon, 10 Oct 2022 19:16:25 +0000 (22:16 +0300)
committerGitHub <redacted>
Mon, 10 Oct 2022 19:16:25 +0000 (22:16 +0300)
README.md

index 402c0321fadef650a823f9cc81cab19208a2b104..8cb11a83f1c615e57db37c6d520321d876cb3d57 100644 (file)
--- a/README.md
+++ b/README.md
@@ -208,7 +208,8 @@ 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).
+The `stream` tool samples the audio every half a second and runs the transcription continously.
+More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
 
 ```java
 $ ./stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000