We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401d420 commit acfae1fCopy full SHA for acfae1f
README.md
@@ -381,9 +381,9 @@ The [stream](examples/stream) tool samples the audio every half a second and run
381
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
382
383
```bash
384
-cmake -B build
+cmake -B build -DWHISPER_SDL2=ON
385
cmake --build build --config Release
386
-./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
387
```
388
389
https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a80f-28ba83be7d09.mp4
0 commit comments