 nfregoso
|
I’m sorry if the question is a little vague but essentially I’m looking to give some sort of visual feedback to the user that they are speaking. Is there some property or method which will let me know when words are heard? I’ve only been using OpenEars for a few days so I may find it later on, just asking for a hint in the right direction.
On a separate note, is there a way I can add a cancel button to the OpenEars dialog? I got it working via voice input but I think a button would be nice too.
Appreciate any help!
Thanks,
Nestor F.
|
 Halle
|
Look into the delegate methods of OpenEarsEventsObserver to learn how to know when words are heard, and use the pocketsphinxInputLevel property of PocketsphinxController to give live feedback that the microphone is listening.
There is no OpenEars dialog — the sample app is not OpenEars, it’s just a way of demonstrating the features of OpenEars. To do your own implementations of its features, take a look at the docs. Everything you’ve asked about is described on the following page: http://www.politepix.com/openears/yourapp
|
 nfregoso
|
Awesome, thanks a lot Halle. I’ll be sure to look closely at everything you’ve noted.
Appreciate it,
Nestor
|