_                    _
  ___ | |__   __ _ _______ | |_
 / _ \| '_ \ / _` |_  / _ \| __|
| (_) | | | | (_| |/ / (_) | |_
 \___/|_| |_|\__,_/___\___/ \__|

whisperspeech 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.

(back to top)

(back to top)

ai , llama

- Whisper.cpp at GitHub

(back to top)

ohazot | about | ohazot.com <admin@ohazot.com>

This document applies to: linux , OpenBSD 7.8 | Created:2026-04-02|Updated:2026-04-02|