Skip to content
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

VAD in the client / browser? #30

Open
djmaze opened this issue Feb 5, 2024 · 3 comments
Open

VAD in the client / browser? #30

djmaze opened this issue Feb 5, 2024 · 3 comments

Comments

@djmaze
Copy link

djmaze commented Feb 5, 2024

Doing VAD on the server makes up for a lot of unnecessary traffic and server load. Why not do it on the client?

Thanks to wasm, Silero VAD can be run entirely in the browser. I am building a similar project to this and am using https://github.com/ricky0123/vad. Judging by my tests, it works really well on desktop as well as mobile devices.

@zoq
Copy link
Contributor

zoq commented Feb 5, 2024

The main reason is that we use WhisperLive which implements it on the server side, to enable VAD for every client independent from the implementation. We are happy to merge a client side VAD as well, if someone opens a PR.

@kjhenner
Copy link

I'm interested in this. Just gonna post here so I can circle back later and see if there's been progress or I can contribute in some way!

@sadimoodi
Copy link

@djmaze i am working on a similar project, can we get in touch? [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants