ricky0123 / vad

Voice activity detector (VAD) for the browser with a simple API
https://www.vad.ricky0123.com
Other
901 stars 143 forks source link

Using the Silero VAD in the browser JavaScript using ONNX runtime without any dependency #133

Open rahulbansal16 opened 2 months ago

rahulbansal16 commented 2 months ago

@ricky0123 You're doing amazing work. The library is amazing but sometimes it does not work for use cases like chrome extension.

so I created a direct Next.js example which doesn't require any dependencies to be installed.

I made a quick demo where you can use Silero VAD in the browser, and there is no need to install any third-party dependencies.

Here is the example live demo, and here is the code base.

Would love your feedback on this. If you are facing any issues, do ping me.