react-native-voice / voice

:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
MIT License
1.76k stars 470 forks source link

Short recordings returning No Match? #495

Open gianfelipe93 opened 2 months ago

gianfelipe93 commented 2 months ago

Hi all,

I have copied the code from the example and I am testing it on my app. I need to say short sentences like, up, down, left and right and parse it into text.

When I say "Left" and "right" seem to work fine, however, when I say "UP" and "Down", it returns "no match" more often than not.

If I say a longer senteces, like "this is up" then sometimes it captures the word "up".

Has anyone seen similar behavior?

Thanks, Gian.