I'm activating the speech recognition using a "key pressed" event. A timer is set so it remains activated for a period of time. When the time finishes, I set the "stop recognition" action and I can activate again by pressing the key.
It is working and it recognizes speech, but only with larger words or phrases. I want the user to say one small word like one, now, go etc. But it just ignores if it's only one word.
Why is that? How would you do this script?
Aprreciatte any help, thanks!