.Dd Created:2026-04-02|Updated:2026-04-02| .de ocsi \\$* , .. .de oxr .ocsi .Xr \\$* .. .de oit .It \\$* .. .de obdi .Bl -dash -compact .oit \\$* .. .de obdl .Bd -literal -compact \\$* .. .de onote .Bl -hang -compact .oit \\$* .El .. .de ocomm .Bl -diag -compact .oit \\$* .El .. .de opsy .Pp .Sy - \\$* .. .de obc .Bl -column \\$* .. .de obc2 .obc opt desc .. .de obc3 .obc option arguments description .. .nr r 0 .ie ( \nr == 1 ) \{\ .de dm .opsy OpenBSD manpages: \\$* .. .\} .ie ( \nr == 0 ) \{\ .de dm .opsy Archlinux manpages: \\$* .. .\} .Dt WHISPER oh .Os linux , OpenBSD 7.8 | .Nm whisper .Nd speech recognition .Sh COMPILE .obdl cd WHISPER.CPP_PATH ; cmake -B build -DWHISPER_SDL2=ON ; cmake --build build -j --config Release .Ed .Sh RUN .Ss recording Record speech to a WAV file and process it with whisper. .Dl WHISPER.CPP_PATH/build/bin/whisper-cli [OPTIONS] WAV_FILE .obc _m_model_p .It -l LANG Ta : language to use. auto (auto-detect),en,es (These have been tested). .It -otext Ta : Save output to file. .It -of FILEPATH Ta : FILEPATH to save output. .It -m MODEL_PATH Ta : Path to model. .El .Sh TODO .obdi Expand document. .El .Sh SEE ALSO .oxr ai oh .Xr llama oh .Ss links .obc2 .It - Lk https://github.com/ggml-org/whisper.cpp Whisper.cpp at GitHub .El .Sh AUTHORS .An -nosplit .Xr ohazot oh | .Xr about oh | .Lk https://ohazot.com ohazot.com .Aq Mt admin@ohazot.com