pyannote-segmentation-3.0 (ONNX, repackaged for vadonnx)
ONNX voice activity detection model packaged for use with
vadonnx.
- Upstream source: https://huggingface.co/onnx-community/pyannote-segmentation-3.0 (MIT) — export of pyannote/segmentation-3.0 (MIT, gated)
- License: MIT
- Sample rate: 16000 Hz
- Frame size: 272 samples
- Stateful: False
This repository redistributes the model in ONNX form together with a
signature.json describing its input/output wiring. All rights and the original
license belong to the upstream authors.
Usage
from vadonnx import load_vad
vad = load_vad("pyannote")
segments = vad.get_speech_segments(audio, sample_rate=16000)
Powerset segmentation; VAD = 1 - P(non-speech class 0).
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support