From: Page-MS Date: Wed, 26 Mar 2025 07:30:59 +0000 (-0400) Subject: readme : add note about SDL2 (#2946) X-Git-Tag: upstream/1.7.5~109 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=594a121f3ed1aad292b36e8f375c71553f6266ba;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp readme : add note about SDL2 (#2946) Precise the README section about real time audio processing, stating that sdl2 is needed. --- diff --git a/README.md b/README.md index e6e96731..dfe7f143 100644 --- a/README.md +++ b/README.md @@ -427,7 +427,8 @@ For detailed instructions on how to use Conan, please refer to the [Conan docume This is a naive example of performing real-time inference on audio from your microphone. The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continuously. -More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10). +More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10). +You will need to have [sdl2](https://wiki.libsdl.org/SDL2/Installation) installed for it to work properly. ```bash cmake -B build -DWHISPER_SDL2=ON