_ _
___ | |__ __ _ _______ | |_
/ _ \| '_ \ / _` |_ / _ \| __|
| (_) | | | | (_| |/ / (_) | |_
\___/|_| |_|\__,_/___\___/ \__|
whisper —
speech recognition
cd WHISPER.CPP_PATH ;
cmake -B build -DWHISPER_SDL2=ON ;
cmake --build build -j --config Release
(back to top)
Record speech to a WAV file and process it with whisper.
WHISPER.CPP_PATH/build/bin/whisper-cli [OPTIONS]
WAV_FILE
| -l LANG |
: language to use. auto (auto-detect),en,es (These have been
tested). |
| -otext |
: Save output to file. |
| -of FILEPATH |
: FILEPATH to save output. |
| -m MODEL_PATH |
: Path to model. |