Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support silero_vad version 5 #1064

Merged
merged 2 commits into from
Jun 29, 2024
Merged

Conversation

csukuangfj
Copy link
Collaborator

Intro

The PR
snakers4/silero-vad#468
releases a new version of silero vad, i.e., version 5, which has a different programming interface from version 4.

This PR supports silero VAD v5. It is also compatible with silero VAD v4.

Usage

git clone https://github.com/k2-fsa/sherpa-onnx
cd sherpa-onnx
mkdir build
cd build
cmake ..
make

wget https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx

./bin/sherpa-onnx-vad-microphone --silero-vad-model=./silero_vad.onnx

For APIs of other languages, e.g., python, please see
https://github.com/k2-fsa/sherpa-onnx/tree/master/python-api-examples

@csukuangfj csukuangfj merged commit 61c7eb3 into k2-fsa:master Jun 29, 2024
18 of 34 checks passed
@csukuangfj csukuangfj deleted the silero-vad-v5 branch June 29, 2024 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant