Reputation: 1149
I want to implement an speech recognition feature in my iPhone app by research i came to know about OpenEars library and i downloaded that and got a sample project along with it i got a sample project,when i run it and if i say "hello" it is returning as "you said LEFT",i tried for many word combinations but i'm getting only Left,Right,Down,Forward & etc certain set of responses. Is this a bug in openears? if so is there any way to correct this? Any help is appreciated in advance.Thank you.
Upvotes: 1
Views: 1680
Reputation: 18865
Take a look at Using OpenEars In Your App
There's a corpus.txt
file in your example which allows it to recognize only:
GO
FORWARD
BACKWARD
LEFT
RIGHT
START
STOP
TURN
You can add other words or even phrases though.
Upvotes: 4