-
Notifications
You must be signed in to change notification settings - Fork 451
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
would the c++ example still work after the new silero_vad.onnx release ? #472
Comments
No, The current examples in https://github.com/snakers4/silero-vad/tree/master/examples I suggest that you have a look at It supports both silero vad version 4 and 5. It provides APIs for 10 different programming languages, e.g.,
It also supports running silero VAD with Android, iOS, Flutter, NodeJS, etc. |
When I attempt to run inference with the old model, it's running fine like this:
With the new model i would assume it's this way:
But I get an error -> I do send 3 inputs with input_name, sr_name and state_n... and hard coded the outputs from the model also I tried reshaping the What am I missing here? |
what is the shape of |
Thanks for the reply, I created input_tensor from audio buffer that has been converted to float32 previously using int2float() from cpp example.
it's an audio buffer of 1024 samples. and
|
i could't make it work, maybe i maked some mistakes that i don't realize.
The text was updated successfully, but these errors were encountered: