mirror of
https://github.com/eXpl0it3r/WhisperSFML.git
synced 2026-01-01 10:52:59 +00:00
Using OpenAI's Whisper via whisper.cpp with SFML
| .github/workflows | ||
| res | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE.md | ||
| README.md | ||
WhisperSFML
Like the name WhisperSFML combines the OpenAI Whisper via Whisper.cpp and SFML to demonstrate real-time audio transcription (Speak-To-Text) as well as translation.
How To Use
- Get the WhisperSFML source code
- Make sure CMake and a compiler is installed
- Get one of model files in the ggml format
- I recommend at least base or small
- (optional) Pick some sound file of your desire
- Replace the filenames in the source files
- Build and run
- I recommend to run it in release mode
Resources
License
The code itself is is available under 2 licenses: Public Domain or MIT -- choose whichever you prefer, see also the license file.
