Expand description
Automatic speech recognition
Structs§
- Config
- Configuration for a Model. See Model::from_pretrained for a simple way to get started.
- Model
- Streaming zipformer transducer speech recognition model.
- Online
Stream - Context state for streaming speech recognition.
- Phased
Stream - A wrapper around multiple phase-shifted OnlineStream states. The use case is latency reduction at the cost of additional compute load.