Home › Forums › OpenEars › openEars detect the word without speaking it › Reply To: openEars detect the word without speaking it
January 20, 2015 at 10:40 am
#1024453
Halle Winkler
Politepix
Can you please update to the version of OpenEars that is up now on the site (it will show 2.03 in your logging rather than 2.01) and turn on verbosePocketsphinx to show your logging as I requested and as is described in the linked post? There are two lines in the sample app which do this for you — all you need is to uncomment both lines:
// [OELogging startOpenEarsLogging]; // Uncomment me for OELogging, which is verbose logging about internal OpenEars operations such as audio settings. If you have issues, show this logging in the forums. //[OEPocketsphinxController sharedInstance].verbosePocketSphinx = TRUE; // Uncomment this for much more verbose speech recognition engine output. If you have issues, show this logging in the forums.
After you have posted your complete logging here, please post your complete and unedited ViewController.m contents which show your recent changes to vadThreshold. Thank you.