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("ten")
3segments = vad.get_speech_segments(audio, sample_rate=16000)Note: feature extraction uses TEN's native library; the pure-ONNX path in vadonnx is experimental.