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

Add Silero VAD #313

Merged
merged 15 commits into from
Sep 17, 2023
Merged

Add Silero VAD #313

merged 15 commits into from
Sep 17, 2023

Conversation

csukuangfj
Copy link
Collaborator

This PR supports https://github.com/snakers4/silero-vad

TODOs

  • Add an alsa example to support running on embedded systems, e.g, raspberry pi
  • Add a Python example
  • Add Android demo
  • Add ios demo
  • Add an ASR example with VAD
  • Add doc

Usage

Check out this PR

cd /path/to/sherpa-onnx

mkdir build
cd build
cmake ..
make -j 3
wget https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx

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

@csukuangfj
Copy link
Collaborator Author

A video demo for this pull-request can be found at
https://www.bilibili.com/video/BV1A94y1s7eK/

@csukuangfj csukuangfj merged commit c471423 into k2-fsa:master Sep 17, 2023
132 of 142 checks passed
@csukuangfj csukuangfj deleted the silero-vad branch September 17, 2023 06:54
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