From fb36a1538a8a74921bd64d69c03baadb54217648 Mon Sep 17 00:00:00 2001 From: Samuel Durante <44513615+samueldurantes@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:05:38 -0300 Subject: [PATCH] readme : fix real-time audio input example build instructions (#2692) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c268fd0..fb6fbe6 100644 --- a/README.md +++ b/README.md @@ -381,9 +381,9 @@ The [stream](examples/stream) tool samples the audio every half a second and run More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10). ```bash -cmake -B build +cmake -B build -DWHISPER_SDL2=ON cmake --build build --config Release -./build/bin/stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000 +./build/bin/whisper-stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000 ``` https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a80f-28ba83be7d09.mp4