-
Hey! I'm trying to do inference directly in the browser using silero_vad.onnx , but not sure what the two inputs h and c are? Edit: I realized it was easier to just use the npm modules provided by @ricky0123 as it works for my use case, but would still like to know in general if somebody comes across this question, as I can't seem to find a paper for the silero_vad model. |
Beta Was this translation helpful? Give feedback.
Answered by
snakers4
May 6, 2023
Replies: 1 comment
-
Hi, you can look up how these are used in the vad utils. There is a function called onnx wrapper or similar. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
snakers4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can look up how these are used in the vad utils. There is a function called onnx wrapper or similar.