voice-typing-asr 0.1.0

Local ASR runtime built on Sherpa-ONNX for the voice-typing workspace
Documentation
1
2
3
4
5
6
mod mic;
mod model;
mod service;

pub use model::{CurrentWiredModel, WiredModelPaths};
pub use service::DesktopSherpaAsrService;