]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
readme : add note about SDL2 (#2946)
authorPage-MS <redacted>
Wed, 26 Mar 2025 07:30:59 +0000 (03:30 -0400)
committerGitHub <redacted>
Wed, 26 Mar 2025 07:30:59 +0000 (09:30 +0200)
Precise the README section about real time audio processing, stating that sdl2 is needed.

README.md

index e6e96731681fef44bb5a6370a6b68267f43ba434..dfe7f14388ab125b6d149580901624995a3df8ab 100644 (file)
--- 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