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
6
pub mod silero_vad;

pub use silero_vad::model::load_silero_vad;
pub use silero_vad::utils_vad::{
    VadIterator, collect_chunks, drop_chunks, get_speech_timestamps, read_audio, save_audio,
};