Replies: 3 comments
-
|
Please have a look at https://github.com/k2-fsa/sherpa-onnx/blob/master/nodejs-addon-examples/test_vad_microphone.js The package name is It supports using silero vad in NodeJS and provides an npm package, which perfectly matches your requirement. Note it supports both silero vad version 4 and version 5. |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately for v5, it forces to use 16khz and 512 window size although the underlying model supports both 8khz and 16khz, it is a blocker for phone appliations (natively 8khz) |
Beta Was this translation helpful? Give feedback.
-
|
@bargom have you figured a way to support 8khz? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would be great to have an example of how to use with NodeJS, maybe an npm package?
Beta Was this translation helpful? Give feedback.
All reactions