iosopenearskeyword-spotting

iOS keyword spotting with OpenEars + Rejecto


Looking for a keyword spotting api, I found the most promising is OpenEars + Rejecto plugin. I need to recognize a pretty simple dictionary, such as Up, Down, Left, Right. Followed the steps to run the sample project here.-

http://www.politepix.com/rejecto/

But no matter what I speak, the app always recognize the same words in the same order. I'm sure I'm missing something obvious configuring the project, but can't figure out what. Anyone succeeded running the sample Rejecto project or can point me in the direction of a better sdk for keyword spotting?


Solution

  • OpenEars developer here. Please use the OpenEars quickstart tutorial and the OpenEars documentation to learn how to use OpenEars for speech recognition before integrating Rejecto: http://www.politepix.com/openears/tutorial There is also more documentation at http://www.politepix.com/openears and within the downloaded OpenEars distribution.

    The documentation on the Rejecto page you linked to above is for integrating Rejecto into an already-working OpenEars-enabled app, but doesn't attempt to cover how to do speech recognition with OpenEars and doesn't contain a sample app.

    Update: the confusion was mostly due to my shipping the last version of the sample app with a confusing setting which I just fixed; sorry about that ssantos.