-
Notifications
You must be signed in to change notification settings - Fork 424
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
Speech not detected by silero vad #1084
Comments
I solved the issue.
Btw. maybe it will be better to add the info of the lose of results in case of overflow |
By the way, the overflow log is just for your information. We will increase the buffer size internally. |
Fixed in #1099 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey
First of all, thanks for this great library! I like it a lot.
I created Rust bindings, and while creating the bindings for voice activity detection, I noticed that sometimes it doesn't detect speech although it's there, loud and clear.
So I checked original silero-vad repository and compared it with sherpa-onnx on the same audio file.
Then I noticed that it doesn't detect the speech only with sherpa-onnx but it does detect it with
torch
.Reproduce:
wget https://github.com/thewh1teagle/sherpa-rs/raw/main/samples/motivation.wav
main.py
Output:
main.py
Output:
Expected behavior:
sherpa-onnx vad result should include the timestamps
12.77
to20.0
Actual behavior:
It's missing. while it's there when inferencing the model with
torch
The text was updated successfully, but these errors were encountered: