brainwires-audio 0.6.0

Audio I/O, speech-to-text, and text-to-speech for the Brainwires Agent Framework
Documentation
1
2
3
4
/// Local whisper.cpp speech-to-text via whisper-rs.
pub mod whisper_stt;

pub use whisper_stt::WhisperStt;