Search code examples
iphoneobjective-ciosspeech-recognitionopenears

iOS OpenEars not recognizing accurate sound


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.


Solution

  • 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.