whisper-apr 0.3.1

WASM-first automatic speech recognition engine implementing OpenAI Whisper
Documentation
1
2
3
4
5
6
7
//! Streaming audio processor - re-exports from implementation module

#[path = "streaming_generated.rs"]
#[allow(clippy::all)]
mod impl_;

pub use impl_::*;