Skip to content

Commit acfae1f

Browse files
samueldurantesliuyang.marshall
authored andcommitted
readme : fix real-time audio input example build instructions (ggml-org#2692)
1 parent 401d420 commit acfae1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ The [stream](examples/stream) tool samples the audio every half a second and run
381381
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
382382

383383
```bash
384-
cmake -B build
384+
cmake -B build -DWHISPER_SDL2=ON
385385
cmake --build build --config Release
386-
./build/bin/stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000
386+
./build/bin/whisper-stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000
387387
```
388388

389389
https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a80f-28ba83be7d09.mp4

0 commit comments

Comments
 (0)