1 2 3 4
/// Local whisper.cpp speech-to-text via whisper-rs. pub mod whisper_stt; pub use whisper_stt::WhisperStt;