gkonovalov / android-vad

Android Voice Activity Detection (VAD) library. Supports WebRTC VAD GMM, Silero VAD DNN, Yamnet VAD DNN models.
MIT License
258 stars 59 forks source link

DNN model request #6

Closed kkppstudios closed 1 year ago

kkppstudios commented 3 years ago

Hi, this library is great! I'm using it for my app and it is definitely a nice feature. You mentioned you may add a more accurate DNN model. Any timeframe in mind for this?

Thanks for your work!

gkonovalov commented 3 years ago

Hi @kkppstudios! Glad to hear you find this library useful. I definitely planning to work on VAD DNN model, but for now unfortunately I can't give exactly timeframe.

kkppstudios commented 3 years ago

Excellent, thanks! Let me know if there's anything i can help with to contribute. 👍👍

gkonovalov commented 1 year ago

@kkppstudios Recently, a new Silero VAD DNN model has been added in the 2.0.0 release.