silero-vad-rust 6.2.0

Rust port of the Silero Voice Activity Detector (VAD) running the bundled ONNX models
Documentation
1
2
3
4
5
pub const SILERO_VAD_ONNX: &str = "silero_vad.onnx";
pub const SILERO_VAD_OP15_ONNX: &str = "silero_vad_16k_op15.onnx";
pub const SILERO_VAD_HALF_ONNX: &str = "silero_vad_half.onnx";

pub const ONNX_MODELS: &[&str] = &[SILERO_VAD_ONNX, SILERO_VAD_OP15_ONNX, SILERO_VAD_HALF_ONNX];