alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.77k stars 1.09k forks source link

Accuracy issue on Android #1173

Open rezwandev opened 1 year ago

rezwandev commented 1 year ago

Hello dev! Here is the full config i'm using for android,

Version: 0.3.32 Model : vosk-model-small-en-us-zamia-0.5 Gradle: 7.3.3-bin.zip Android studio: Chipmunk (2021.2.1 Patch 1)

Scenario: I've build an offline voice recognition service which generally wake up phones screen by detecting these phrases ("marco", "knock knock", "ding dong", "hey stupid") . But i can see that vosk can't give right output result more than 1.5ft or 2ft of distance, but can detect "hello" phrase more than 3/4ft of distance really well. What's actually i need to do for increasing the accuracy of detection if i want to cover more than 2ft of distance?

nb:

but vosk giving me unexpected result like when i used to say in other language vosk detect it as marco, knock knock, ding dong, hey stupid.

Please help me guys and thanks to all for this awesome library.

rrsaikat commented 1 year ago

I'm also facing this issue, badly in need of consulation from you guys @proger @camillem @gmat @dremendes