Reply To: openEars detect the word without speaking it

Home Forums OpenEars openEars detect the word without speaking it Reply To: openEars detect the word without speaking it

#1024452
maheshvaghela
Participant

OK, now I understand about which logging information you needed. I have written [OELogging startOpenEarsLogging]; and comment out all other NSLog in viewController.m to get only this logging. There are some noise only while this log is generated, it is of 5 to 7 minutes running on ipad.

The result is below please check out. This is the log information.

2015-01-20 14:28:05.402 OpenEarsSampleApp[5398:2164200] Starting OpenEars logging for OpenEars version 2.01 on 32-bit device (or build): iPad running iOS version: 8.000000
2015-01-20 14:28:06.641 OpenEarsSampleApp[5398:2164232] Speech detected...
2015-01-20 14:28:10.106 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:28:10.372 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "TEN" with a score of (-13194) and an utterance ID of 0.
2015-01-20 14:28:10.374 OpenEarsSampleApp[5398:2164200] Flite sending interrupt speech request.
2015-01-20 14:28:10.377 OpenEarsSampleApp[5398:2164200] I'm running flite
2015-01-20 14:28:10.617 OpenEarsSampleApp[5398:2164200] I'm done running flite and it took 0.240182 seconds
2015-01-20 14:28:10.618 OpenEarsSampleApp[5398:2164200] Flite audio player was nil when referenced so attempting to allocate a new audio player.
2015-01-20 14:28:10.619 OpenEarsSampleApp[5398:2164200] Loading speech data for Flite concluded successfully.
2015-01-20 14:28:10.727 OpenEarsSampleApp[5398:2164200] Flite sending suspend recognition notification.
2015-01-20 14:28:11.936 OpenEarsSampleApp[5398:2164200] AVAudioPlayer did finish playing with success flag of 1
2015-01-20 14:28:12.089 OpenEarsSampleApp[5398:2164200] Flite sending resume recognition notification.
2015-01-20 14:28:12.597 OpenEarsSampleApp[5398:2164200] Valid setSecondsOfSilence value of 0.200000 will be used.
2015-01-20 14:28:14.971 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:28:18.299 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:28:18.421 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "" with a score of (0) and an utterance ID of 1.
2015-01-20 14:28:18.423 OpenEarsSampleApp[5398:2164232] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:28:22.526 OpenEarsSampleApp[5398:2164232] Speech detected...
2015-01-20 14:28:23.287 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:28:23.326 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "TWO" with a score of (-398) and an utterance ID of 2.
2015-01-20 14:28:23.328 OpenEarsSampleApp[5398:2164200] Flite sending interrupt speech request.
2015-01-20 14:28:23.331 OpenEarsSampleApp[5398:2164200] I'm running flite
2015-01-20 14:28:23.528 OpenEarsSampleApp[5398:2164200] I'm done running flite and it took 0.196905 seconds
2015-01-20 14:28:23.529 OpenEarsSampleApp[5398:2164200] Flite audio player was nil when referenced so attempting to allocate a new audio player.
2015-01-20 14:28:23.530 OpenEarsSampleApp[5398:2164200] Loading speech data for Flite concluded successfully.
2015-01-20 14:28:23.637 OpenEarsSampleApp[5398:2164200] Flite sending suspend recognition notification.
2015-01-20 14:28:24.847 OpenEarsSampleApp[5398:2164200] AVAudioPlayer did finish playing with success flag of 1
2015-01-20 14:28:24.999 OpenEarsSampleApp[5398:2164200] Flite sending resume recognition notification.
2015-01-20 14:28:25.507 OpenEarsSampleApp[5398:2164200] Valid setSecondsOfSilence value of 0.200000 will be used.
2015-01-20 14:28:26.106 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:28:27.482 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:28:27.532 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "" with a score of (0) and an utterance ID of 3.
2015-01-20 14:28:27.533 OpenEarsSampleApp[5398:2164232] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:28:36.088 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:28:36.857 OpenEarsSampleApp[5398:2164231] End of speech detected...
2015-01-20 14:28:36.888 OpenEarsSampleApp[5398:2164231] Pocketsphinx heard "" with a score of (1) and an utterance ID of 4.

2015-01-20 14:28:36.890 OpenEarsSampleApp[5398:2164231] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:28:44.526 OpenEarsSampleApp[5398:2164232] Speech detected...
2015-01-20 14:28:45.684 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:28:45.727 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "" with a score of (0) and an utterance ID of 5.
2015-01-20 14:28:45.727 OpenEarsSampleApp[5398:2164232] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:28:49.519 OpenEarsSampleApp[5398:2164232] Speech detected...
2015-01-20 14:28:50.796 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:28:50.845 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "" with a score of (0) and an utterance ID of 6.
2015-01-20 14:28:50.847 OpenEarsSampleApp[5398:2164232] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:29:13.973 OpenEarsSampleApp[5398:2164232] Speech detected...
2015-01-20 14:29:14.609 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:29:14.638 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "" with a score of (0) and an utterance ID of 7.
2015-01-20 14:29:14.640 OpenEarsSampleApp[5398:2164232] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:29:40.197 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:29:41.738 OpenEarsSampleApp[5398:2164231] End of speech detected...
2015-01-20 14:29:41.785 OpenEarsSampleApp[5398:2164231] Pocketsphinx heard "" with a score of (1) and an utterance ID of 8.
2015-01-20 14:29:41.786 OpenEarsSampleApp[5398:2164231] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:29:49.421 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:29:50.327 OpenEarsSampleApp[5398:2164231] End of speech detected...
2015-01-20 14:29:50.356 OpenEarsSampleApp[5398:2164231] Pocketsphinx heard "" with a score of (0) and an utterance ID of 9.
2015-01-20 14:29:50.357 OpenEarsSampleApp[5398:2164231] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:30:17.084 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:30:18.111 OpenEarsSampleApp[5398:2164231] End of speech detected...
2015-01-20 14:30:18.152 OpenEarsSampleApp[5398:2164231] Pocketsphinx heard "" with a score of (-1) and an utterance ID of 10.
2015-01-20 14:30:18.153 OpenEarsSampleApp[5398:2164231] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:30:29.632 OpenEarsSampleApp[5398:2164232] Speech detected...
2015-01-20 14:30:30.771 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:30:30.822 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "" with a score of (-1) and an utterance ID of 11.
2015-01-20 14:30:30.824 OpenEarsSampleApp[5398:2164232] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:30:46.777 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:30:50.459 OpenEarsSampleApp[5398:2164231] End of speech detected...
2015-01-20 14:30:50.614 OpenEarsSampleApp[5398:2164231] Pocketsphinx heard "" with a score of (0) and an utterance ID of 12.
2015-01-20 14:30:50.614 OpenEarsSampleApp[5398:2164231] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:31:15.819 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:31:16.584 OpenEarsSampleApp[5398:2164231] End of speech detected...
2015-01-20 14:31:16.616 OpenEarsSampleApp[5398:2164231] Pocketsphinx heard "" with a score of (0) and an utterance ID of 13.
2015-01-20 14:31:16.617 OpenEarsSampleApp[5398:2164231] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:31:17.493 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:31:18.261 OpenEarsSampleApp[5398:2164231] End of speech detected...
2015-01-20 14:31:18.288 OpenEarsSampleApp[5398:2164231] Pocketsphinx heard "" with a score of (-1) and an utterance ID of 14.
2015-01-20 14:31:18.289 OpenEarsSampleApp[5398:2164231] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:31:23.516 OpenEarsSampleApp[5398:2164232] Speech detected...
2015-01-20 14:31:24.127 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:31:24.155 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "" with a score of (0) and an utterance ID of 15.
2015-01-20 14:31:24.155 OpenEarsSampleApp[5398:2164232] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:33:00.527 OpenEarsSampleApp[5398:2164232] Speech detected...
2015-01-20 14:33:01.295 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:33:01.325 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "" with a score of (0) and an utterance ID of 16.
2015-01-20 14:33:01.326 OpenEarsSampleApp[5398:2164232] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:33:02.819 OpenEarsSampleApp[5398:2164232] Speech detected...
2015-01-20 14:33:06.421 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:33:06.575 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "" with a score of (0) and an utterance ID of 17.
2015-01-20 14:33:06.577 OpenEarsSampleApp[5398:2164232] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:33:11.410 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:33:17.050 OpenEarsSampleApp[5398:2164231] End of speech detected...
2015-01-20 14:33:17.327 OpenEarsSampleApp[5398:2164231] Pocketsphinx heard "" with a score of (0) and an utterance ID of 18.
2015-01-20 14:33:17.328 OpenEarsSampleApp[5398:2164231] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:33:18.188 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:33:19.218 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:33:19.258 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "" with a score of (0) and an utterance ID of 19.
2015-01-20 14:33:19.259 OpenEarsSampleApp[5398:2164232] Hypothesis was null so we aren't returning it. If you want null hypotheses to also be returned, set OEPocketsphinxController's property returnNullHypotheses to TRUE before starting OEPocketsphinxController.
2015-01-20 14:33:19.715 OpenEarsSampleApp[5398:2164232] Speech detected...
2015-01-20 14:33:21.752 OpenEarsSampleApp[5398:2164232] End of speech detected...
2015-01-20 14:33:21.833 OpenEarsSampleApp[5398:2164232] Pocketsphinx heard "TWO" with a score of (-3) and an utterance ID of 20.
2015-01-20 14:33:21.834 OpenEarsSampleApp[5398:2164200] Flite sending interrupt speech request.
2015-01-20 14:33:21.835 OpenEarsSampleApp[5398:2164200] I'm running flite
2015-01-20 14:33:22.031 OpenEarsSampleApp[5398:2164200] I'm done running flite and it took 0.195895 seconds
2015-01-20 14:33:22.032 OpenEarsSampleApp[5398:2164200] Flite audio player was nil when referenced so attempting to allocate a new audio player.
2015-01-20 14:33:22.033 OpenEarsSampleApp[5398:2164200] Loading speech data for Flite concluded successfully.
2015-01-20 14:33:22.060 OpenEarsSampleApp[5398:2164200] Flite sending suspend recognition notification.
2015-01-20 14:33:23.269 OpenEarsSampleApp[5398:2164200] AVAudioPlayer did finish playing with success flag of 1
2015-01-20 14:33:23.421 OpenEarsSampleApp[5398:2164200] Flite sending resume recognition notification.
2015-01-20 14:33:23.929 OpenEarsSampleApp[5398:2164200] Valid setSecondsOfSilence value of 0.200000 will be used.
2015-01-20 14:33:24.216 OpenEarsSampleApp[5398:2164231] Speech detected...
2015-01-20 14:33:27.289 OpenEarsSampleApp[5398:2164231] End of speech detected...
2015-01-20 14:33:27.616 OpenEarsSampleApp[5398:2164231] Pocketsphinx heard "EIGHT" with a score of (-5676) and an utterance ID of 21.