alphacep / vosk-android-demo

Offline speech recognition for Android with Vosk library.
Apache License 2.0
714 stars 187 forks source link

When vosk is used on Android, does it support hardware acceleration? #215

Closed xubinlu closed 4 months ago

xubinlu commented 4 months ago

When using vosk on a tablet, recognition is slow and the results are inaccurate. Is hardware acceleration supported when using on android? Are there any other ways to improve recognition speed?

nshmyrev commented 4 months ago

Is hardware acceleration supported when using on android?

No

Are there any other ways to improve recognition speed?

What model do you use?

xubinlu commented 4 months ago

I use vosk-model-small-cn-0.22

nshmyrev commented 4 months ago

Try Sherpa https://k2-fsa.github.io/sherpa/onnx/android/index.html

xubinlu commented 4 months ago

Thank you