Page-MS commited on
Commit
380c7b7
·
unverified ·
1 Parent(s): ad2c8f8

readme : add note about SDL2 (#2946)

Browse files

Precise the README section about real time audio processing, stating that sdl2 is needed.

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -427,7 +427,8 @@ For detailed instructions on how to use Conan, please refer to the [Conan docume
427
 
428
  This is a naive example of performing real-time inference on audio from your microphone.
429
  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).
 
431
 
432
  ```bash
433
  cmake -B build -DWHISPER_SDL2=ON
 
427
 
428
  This is a naive example of performing real-time inference on audio from your microphone.
429
  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).
431
+ You will need to have [sdl2](https://wiki.libsdl.org/SDL2/Installation) installed for it to work properly.
432
 
433
  ```bash
434
  cmake -B build -DWHISPER_SDL2=ON