Closed madroidmaq closed 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.
com.microsoft.onnxruntime:onnxruntime-android:1.15.1
Hi @madroidmaq,
Thank you very much for your pull request. I will include these changes in the next release soon.
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.