Skip to content

Commit 594a121

Browse files
authored
readme : add note about SDL2 (#2946)
Precise the README section about real time audio processing, stating that sdl2 is needed.
1 parent 996581c commit 594a121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@ For detailed instructions on how to use Conan, please refer to the [Conan docume
427427
428428
This is a naive example of performing real-time inference on audio from your microphone.
429429
The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continuously.
430-
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
430+
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
431+
You will need to have [sdl2](https://wiki.libsdl.org/SDL2/Installation) installed for it to work properly.
431432
432433
```bash
433434
cmake -B build -DWHISPER_SDL2=ON

0 commit comments

Comments
 (0)