vosk 0.3.1

Safe wrapper around the Vosk API Speech Recognition Toolkit
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "batch")]
mod batch;
mod sequential;

#[cfg(feature = "batch")]
pub use batch::BatchModel;
pub use sequential::{Model, SpeakerModel};