Silero VAD
Mirror of pretrained Silero Voice Activity Detector model files.
Original project:
https://github.com/snakers4/silero-vad
Included formats
- ONNX
- PyTorch JIT
Supported sample rates
- 8000 Hz
- 16000 Hz
Usage
Install the official package:
pip install silero-vad
Example:
from silero_vad import load_silero_vad
model = load_silero_vad()
The model artifacts in this repository originate from the official Silero VAD project.
License
MIT License. See the LICENSE file.
Attribution
Original model and implementation by the Silero Team.