Metadata-Version: 2.4
Name: silero-vad-axera
Version: 0.1.1
Summary: Voice Activity Detector (VAD) by Silero
Project-URL: Homepage, https://github.com/ml-inory/silero-vad.axera
Project-URL: Issues, https://github.com/ml-inory/silero-vad.axera/issues
Author-email: Axera Team <hello@axera-tech.com>
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: librosa==0.9.1
Requires-Dist: numpy<2.0
Requires-Dist: onnxruntime>=1.16.1
Requires-Dist: packaging
Requires-Dist: soundfile
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: soundfile; extra == 'test'
Description-Content-Type: text/markdown

# silero-vad.axera
Silero VAD implementation on Axera platforms

Thanks to https://github.com/lovemefan/Silero-vad-pytorch/tree/main, a reverse engineering implementation of https://github.com/snakers4/silero-vad


## 导出ONNX
```
python export_onnx.py
```
生成silero_vad.onnx

## 对比ONNX和PyTorch
```
python compare.py
```

## 示例
```
python example.py
```
读取en.wav，生成only_speech.wav，only_speech.wav仅包含en.wav中有说话的部分