mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-24 19:29:18 +02:00
readme : add note about SDL2 (#2946)
Precise the README section about real time audio processing, stating that sdl2 is needed.
This commit is contained in:
parent
996581c5e2
commit
594a121f3e
@ -428,6 +428,7 @@ 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.
|
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.
|
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
|
```bash
|
||||||
cmake -B build -DWHISPER_SDL2=ON
|
cmake -B build -DWHISPER_SDL2=ON
|
||||||
|
Loading…
Reference in New Issue
Block a user