Spaces:
Sleeping
Sleeping
Page-MS
commited on
readme : add note about SDL2 (#2946)
Browse filesPrecise the README section about real time audio processing, stating that sdl2 is needed.
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
|