wavekat-asr 0.0.3

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 = "sherpa-onnx")]
pub mod sherpa_onnx;