From ad6693fb64cee3e13982ccccd1ab2fabce6a4c96 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 10 Oct 2022 22:16:25 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 402c032..8cb11a8 100644 --- 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