rullama-hardware 0.12.0

Hardware I/O for rullama — audio, GPIO, Bluetooth, and network
1
2
3
4
/// Local whisper.cpp speech-to-text via whisper-rs.
pub mod whisper_stt;

pub use whisper_stt::WhisperStt;