1 2 3 4 5 6 7
//! Streaming speech-to-text: the `/transcribe` session protocol, voice //! activity detection and the LAN listener that serves loaded models. pub mod server; pub mod session; pub mod tokens; pub mod vad;