Files
candle/candle-examples/examples/silero-vad
Laurent Mazare e3261216b1 Clippy fixes for 1.81.0. (#2461)
* Clippy fixes for 1.81.0.

* Another fix.
2024-09-05 23:46:55 +02:00
..
2024-09-05 23:46:55 +02:00
2024-08-22 22:50:42 +02:00

silero-vad: Voice Activity Detection

Silero VAD (v5) detects voice activity in streaming audio.

This example uses the models available in the hugging face onnx-community/silero-vad.

Running the example

$ arecord -t raw -f S16_LE -r 16000 -c 1 -d 5 - | cargo run --example silero-vad --release --features onnx -- --sample-rate 16000