speechcore 0.1.1

Reusable Rust speech-to-text runtime with audio capture, VAD, backend selection, model provisioning, and transcript streaming.
Documentation
1
2
3
4
5
pub mod backend;
pub mod model;
pub mod tokenizer;

pub use backend::MoonshineBackend;