wavekat-asr 0.0.1

Unified streaming ASR with multiple backends
Documentation
1
2
3
4
5
6
7
//! Backend implementations of [`crate::StreamingAsr`].
//!
//! Each backend lives behind its own Cargo feature so dependants can
//! pull in only what they ship.

#[cfg(feature = "mock")]
pub mod mock;