gkonovalov / android-vad

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

Change silero module minSdkVersion from 23 to 21 #16

Closed madroidmaq closed 1 year ago

madroidmaq commented 1 year ago

I found that the minimum supported version of the current onnx module(com.microsoft.onnxruntime:onnxruntime-android:1.15.1) is 21, so the silero module theoretically does not need to be set to 23, and no higher API is used.

image
gkonovalov commented 1 year ago

Hi @madroidmaq,

Thank you very much for your pull request. I will include these changes in the next release soon.