Views
No views yet
vadonnx.signature.json describing its input/output wiring. All rights and the original
license belong to the upstream authors.1from vadonnx import load_vad
2vad = load_vad("sb")
3segments = vad.get_speech_segments(audio, sample_rate=16000)First-to-ONNX export of SpeechBrain CRDNN VAD. LibriParty-tuned (high recall).