Reply To: OpenEars detects multiple words during silence

Home Forums OpenEars OpenEars detects multiple words during silence Reply To: OpenEars detects multiple words during silence

#1019333
nmpettus
Participant

OK I have a few more questions. The first time I call the [self.pocketSphinxController suspendRecognition]; is while I am still in the ViewDidLoad right before the speech synthesizer is speaking the introductory remarks. It causes a Thread 1:EXC_BAD_ACCESS (Code=1, address=0x4c). If I comment out the call the program runs through but I encounter a false recognition. Here is the listing of the output:
2014-01-06 15:37:31.710 spokenSlots[5429:60b] Path = /var/mobile/Applications/C8E52591-83CD-404C-88BB-EC28DE3FF847/Library/Caches/OpenEarsModel.DMP
2014-01-06 15:37:31.714 spokenSlots[5429:60b] Voice Recognition = YES
2014-01-06 15:37:31.717 spokenSlots[5429:60b] Starting OpenEars logging for OpenEars version 1.5.2 on device: iPod touch running iOS version: 7.000000
2014-01-06 15:37:31.721 spokenSlots[5429:60b] A sample rate was requested that isn’t one of the two supported values of 16000 or 8000 so we will use the default of 16000.
2014-01-06 15:37:31.725 spokenSlots[5429:60b] The audio session has never been initialized so we will do that now.
2014-01-06 15:37:31.727 spokenSlots[5429:60b] Checking and resetting all audio session settings.
2014-01-06 15:37:31.729 spokenSlots[5429:60b] audioCategory is incorrect, we will change it.
2014-01-06 15:37:31.736 spokenSlots[5429:60b] audioCategory is now on the correct setting of kAudioSessionCategory_PlayAndRecord.
2014-01-06 15:37:31.739 spokenSlots[5429:60b] bluetoothInput is incorrect, we will change it.
2014-01-06 15:37:31.741 spokenSlots[5429:60b] bluetooth input is now on the correct setting of 1.
2014-01-06 15:37:31.744 spokenSlots[5429:60b] Output Device: SpeakerAndMicrophone.
2014-01-06 15:37:31.746 spokenSlots[5429:60b] categoryDefaultToSpeaker is incorrect, we will change it.
2014-01-06 15:37:31.748 spokenSlots[5429:60b] CategoryDefaultToSpeaker is now on the correct setting of 1.
2014-01-06 15:37:31.749 spokenSlots[5429:60b] preferredBufferSize is incorrect, we will change it.
2014-01-06 15:37:31.751 spokenSlots[5429:60b] PreferredBufferSize is now on the correct setting of 0.128000.
2014-01-06 15:37:31.753 spokenSlots[5429:60b] preferredSampleRateCheck is incorrect, we will change it.
2014-01-06 15:37:31.755 spokenSlots[5429:60b] preferred hardware sample rate is now on the correct setting of 16000.000000.
2014-01-06 15:37:31.801 spokenSlots[5429:60b] AudioSessionManager startAudioSession has reached the end of the initialization.
2014-01-06 15:37:31.804 spokenSlots[5429:60b] Exiting startAudioSession.
2014-01-06 15:37:31.816 spokenSlots[5429:4807] Recognition loop has started
2014-01-06 15:37:31.815 spokenSlots[5429:60b] Tilt Spin Gesture = NO
2014-01-06 15:37:31.820 spokenSlots[5429:60b] Save Game = YES
2014-01-06 15:37:31.827 spokenSlots[5429:60b] Amount Balance = 323
2014-01-06 15:37:32.208 spokenSlots[5429:4807] Starting openAudioDevice on the device.
2014-01-06 15:37:32.210 spokenSlots[5429:4807] Audio unit wrapper successfully created.
2014-01-06 15:37:32.223 spokenSlots[5429:3a03] Audio route has changed for the following reason:
2014-01-06 15:37:32.229 spokenSlots[5429:3a03] There has been a change of category
2014-01-06 15:37:32.248 spokenSlots[5429:4807] Set audio route to SpeakerAndMicrophone
2014-01-06 15:37:32.260 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:37:32.262 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:37:32.263 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:37:32.264 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:37:32.266 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:37:32.267 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:37:32.270 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:37:32.272 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:37:32.276 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:37:32.242 spokenSlots[5429:3a03] The previous audio route was Speaker
2014-01-06 15:37:32.819 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:37:32.822 spokenSlots[5429:4807] Calibration has started
2014-01-06 15:37:32.823 spokenSlots[5429:60b] Pocketsphinx calibration has started.
2014-01-06 15:37:32.821 spokenSlots[5429:3a03] This is not a case in which OpenEars performs a route change voluntarily. At the close of this function, the audio route is SpeakerAndMicrophone
2014-01-06 15:37:35.027 spokenSlots[5429:4807] Calibration has completed
2014-01-06 15:37:35.028 spokenSlots[5429:60b] Pocketsphinx calibration is complete.
2014-01-06 15:37:35.031 spokenSlots[5429:4807] Project has these words in its dictionary:
BALANCE
BET
HELP
SPIN
2014-01-06 15:37:35.034 spokenSlots[5429:4807] Listening.
2014-01-06 15:37:35.036 spokenSlots[5429:60b] Pocketsphinx is now listening.
2014-01-06 15:37:35.584 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:37:35.590 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:37:36.688 spokenSlots[5429:60b] Speech Synthesizer finished speaking utterance
2014-01-06 15:37:38.732 spokenSlots[5429:60b] Speech Synthesizer finished speaking utterance
2014-01-06 15:37:40.121 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:37:40.121 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:37:40.251 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:37:40.254 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:37:40.541 spokenSlots[5429:4807] Pocketsphinx heard “” with a score of (-1) and an utterance ID of 000000000.
2014-01-06 15:37:40.543 spokenSlots[5429:4807] Hypothesis was null so we aren’t returning it. If you want null hypotheses to also be returned, set PocketsphinxController’s property returnNullHypotheses to TRUE before starting PocketsphinxController.
2014-01-06 15:37:40.545 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:37:40.547 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:37:40.549 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:37:40.551 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:37:40.553 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:37:40.555 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:37:40.558 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:37:40.560 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:37:40.562 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:37:40.576 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:37:40.578 spokenSlots[5429:4807] Listening.
2014-01-06 15:37:40.580 spokenSlots[5429:60b] Pocketsphinx is now listening.
2014-01-06 15:38:03.120 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:38:03.122 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:38:08.535 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:38:08.536 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:38:08.663 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:38:08.666 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:38:09.028 spokenSlots[5429:4807] Pocketsphinx heard “BET” with a score of (0) and an utterance ID of 000000001.
2014-01-06 15:38:09.030 spokenSlots[5429:60b] The received hypothesis is BET with a score of 0 and an ID of 000000001
2014-01-06 15:38:09.030 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:38:09.034 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:38:09.036 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:38:09.038 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:38:09.039 spokenSlots[5429:60b] Amount of Bet = 1
2014-01-06 15:38:09.040 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:38:09.048 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:38:09.052 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:38:09.054 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:38:09.055 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:38:09.182 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:38:09.301 spokenSlots[5429:60b] Pocketsphinx has suspended recognition.
2014-01-06 15:38:11.223 spokenSlots[5429:60b] AVAudioPlayer delegate called
2014-01-06 15:38:11.225 spokenSlots[5429:60b] Pocketsphinx has resumed recognition.
2014-01-06 15:38:11.787 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:38:11.790 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:38:13.910 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:38:13.910 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:38:14.039 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:38:14.042 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:38:14.177 spokenSlots[5429:4807] Pocketsphinx heard “SPIN SPIN” with a score of (-826) and an utterance ID of 000000002.
2014-01-06 15:38:14.182 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:38:14.186 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:38:14.188 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:38:14.184 spokenSlots[5429:60b] The received hypothesis is SPIN SPIN with a score of -826 and an ID of 000000002
2014-01-06 15:38:14.190 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:38:14.193 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:38:14.195 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:38:14.198 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:38:14.202 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:38:14.204 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:38:14.225 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:38:14.228 spokenSlots[5429:4807] Listening.
2014-01-06 15:38:14.230 spokenSlots[5429:60b] Pocketsphinx is now listening.
2014-01-06 15:38:17.327 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:38:17.329 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:38:19.159 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:38:19.159 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:38:19.287 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:38:19.290 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:38:19.360 spokenSlots[5429:4807] Pocketsphinx heard “” with a score of (0) and an utterance ID of 000000003.
2014-01-06 15:38:19.364 spokenSlots[5429:4807] Hypothesis was null so we aren’t returning it. If you want null hypotheses to also be returned, set PocketsphinxController’s property returnNullHypotheses to TRUE before starting PocketsphinxController.
2014-01-06 15:38:19.365 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:38:19.369 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:38:19.371 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:38:19.372 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:38:19.374 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:38:19.377 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:38:19.382 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:38:19.385 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:38:19.386 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:38:19.409 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:38:19.415 spokenSlots[5429:4807] Listening.
2014-01-06 15:38:19.418 spokenSlots[5429:60b] Pocketsphinx is now listening.
2014-01-06 15:38:26.930 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:38:26.931 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:38:28.375 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:38:28.375 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:38:28.503 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:38:28.506 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:38:28.573 spokenSlots[5429:4807] Pocketsphinx heard “BET” with a score of (-1049) and an utterance ID of 000000004.
2014-01-06 15:38:28.576 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:38:28.580 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:38:28.581 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:38:28.577 spokenSlots[5429:60b] The received hypothesis is BET with a score of -1049 and an ID of 000000004
2014-01-06 15:38:28.583 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:38:28.585 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:38:28.588 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:38:28.593 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:38:28.594 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:38:28.595 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:38:28.589 spokenSlots[5429:60b] Amount of Bet = 2
2014-01-06 15:38:28.627 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:38:28.636 spokenSlots[5429:4807] Listening.
2014-01-06 15:38:28.757 spokenSlots[5429:60b] Pocketsphinx is now listening.
2014-01-06 15:38:28.759 spokenSlots[5429:60b] Pocketsphinx has suspended recognition.
2014-01-06 15:38:30.807 spokenSlots[5429:60b] AVAudioPlayer delegate called
2014-01-06 15:38:30.809 spokenSlots[5429:60b] Pocketsphinx has resumed recognition.
2014-01-06 15:38:31.386 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:38:31.388 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:38:32.601 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:38:32.601 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:38:32.728 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:38:32.731 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:38:32.763 spokenSlots[5429:4807] Pocketsphinx heard “” with a score of (0) and an utterance ID of 000000005.
2014-01-06 15:38:32.766 spokenSlots[5429:4807] Hypothesis was null so we aren’t returning it. If you want null hypotheses to also be returned, set PocketsphinxController’s property returnNullHypotheses to TRUE before starting PocketsphinxController.
2014-01-06 15:38:32.769 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:38:32.772 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:38:32.773 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:38:32.775 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:38:32.779 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:38:32.781 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:38:32.783 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:38:32.786 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:38:32.788 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:38:32.812 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:38:32.815 spokenSlots[5429:4807] Listening.
2014-01-06 15:38:32.818 spokenSlots[5429:60b] Pocketsphinx is now listening.
2014-01-06 15:38:34.078 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:38:34.080 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:38:35.289 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:38:35.289 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:38:35.415 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:38:35.419 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:38:35.470 spokenSlots[5429:4807] Pocketsphinx heard “BET” with a score of (-813) and an utterance ID of 000000006.
2014-01-06 15:38:35.473 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:38:35.475 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:38:35.477 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:38:35.478 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:38:35.473 spokenSlots[5429:60b] The received hypothesis is BET with a score of -813 and an ID of 000000006
2014-01-06 15:38:35.479 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:38:35.484 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:38:35.492 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:38:35.494 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:38:35.484 spokenSlots[5429:60b] Amount of Bet = 3
2014-01-06 15:38:35.495 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:38:35.516 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:38:35.524 spokenSlots[5429:4807] Listening.
2014-01-06 15:38:35.541 spokenSlots[5429:60b] Pocketsphinx is now listening.
2014-01-06 15:38:35.543 spokenSlots[5429:60b] Pocketsphinx has suspended recognition.
2014-01-06 15:38:37.720 spokenSlots[5429:60b] AVAudioPlayer delegate called
2014-01-06 15:38:37.722 spokenSlots[5429:60b] Pocketsphinx has resumed recognition.
2014-01-06 15:38:38.302 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:38:38.304 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:38:39.509 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:38:39.510 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:38:39.639 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:38:39.642 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:38:39.676 spokenSlots[5429:4807] Pocketsphinx heard “” with a score of (0) and an utterance ID of 000000007.
2014-01-06 15:38:39.681 spokenSlots[5429:4807] Hypothesis was null so we aren’t returning it. If you want null hypotheses to also be returned, set PocketsphinxController’s property returnNullHypotheses to TRUE before starting PocketsphinxController.
2014-01-06 15:38:39.683 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:38:39.686 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:38:39.688 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:38:39.690 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:38:39.692 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:38:39.694 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:38:39.699 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:38:39.701 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:38:39.703 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:38:39.726 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:38:39.729 spokenSlots[5429:4807] Listening.
2014-01-06 15:38:39.730 spokenSlots[5429:60b] Pocketsphinx is now listening.
2014-01-06 15:38:56.508 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:38:56.510 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:38:59.226 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:38:59.226 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:38:59.353 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:38:59.356 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:38:59.471 spokenSlots[5429:4807] Pocketsphinx heard “” with a score of (0) and an utterance ID of 000000008.
2014-01-06 15:38:59.479 spokenSlots[5429:4807] Hypothesis was null so we aren’t returning it. If you want null hypotheses to also be returned, set PocketsphinxController’s property returnNullHypotheses to TRUE before starting PocketsphinxController.
2014-01-06 15:38:59.480 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:38:59.483 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:38:59.486 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:38:59.488 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:38:59.491 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:38:59.493 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:38:59.494 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:38:59.496 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:38:59.497 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:38:59.603 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:38:59.608 spokenSlots[5429:4807] Listening.
2014-01-06 15:38:59.609 spokenSlots[5429:60b] Pocketsphinx is now listening.
2014-01-06 15:39:04.820 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:39:04.822 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:39:06.393 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:39:06.393 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:39:06.519 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:39:06.523 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:39:06.608 spokenSlots[5429:4807] Pocketsphinx heard “SPIN” with a score of (-885) and an utterance ID of 000000009.
2014-01-06 15:39:06.612 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:39:06.615 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:39:06.616 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:39:06.612 spokenSlots[5429:60b] The received hypothesis is SPIN with a score of -885 and an ID of 000000009
2014-01-06 15:39:06.617 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:39:06.655 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:39:06.773 spokenSlots[5429:60b] Blank Blank Orange
2014-01-06 15:39:06.772 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:39:06.776 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:39:06.779 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:39:06.782 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:39:06.791 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:39:07.157 spokenSlots[5429:60b] ChanceBonus = 12
2014-01-06 15:39:07.159 spokenSlots[5429:60b] Pocketsphinx has suspended recognition.
2014-01-06 15:39:08.824 spokenSlots[5429:60b] AVAudioPlayer delegate called
2014-01-06 15:39:08.826 spokenSlots[5429:60b] Pocketsphinx has resumed recognition.
2014-01-06 15:39:08.952 spokenSlots[5429:60b] AVAudioPlayer delegate called
2014-01-06 15:39:09.389 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:39:09.391 spokenSlots[5429:60b] Pocketsphinx has detected speech.
2014-01-06 15:39:09.975 spokenSlots[5429:60b] AVAudioPlayer delegate called
2014-01-06 15:39:10.871 spokenSlots[5429:60b] AVAudioPlayer delegate called
2014-01-06 15:39:12.536 spokenSlots[5429:4807] Stopping audio unit.
2014-01-06 15:39:12.536 spokenSlots[5429:60b] Pocketsphinx has detected a period of silence, concluding an utterance.
2014-01-06 15:39:12.663 spokenSlots[5429:4807] Audio Output Unit stopped, cleaning up variable states.
2014-01-06 15:39:12.666 spokenSlots[5429:4807] Processing speech, please wait…
2014-01-06 15:39:12.868 spokenSlots[5429:4807] Pocketsphinx heard “BALANCE” with a score of (-747) and an utterance ID of 000000010.
2014-01-06 15:39:12.870 spokenSlots[5429:4807] Checking and resetting all audio session settings.
2014-01-06 15:39:12.873 spokenSlots[5429:4807] audioCategory is correct, we will leave it as it is.
2014-01-06 15:39:12.875 spokenSlots[5429:4807] bluetoothInput is correct, we will leave it as it is.
2014-01-06 15:39:12.876 spokenSlots[5429:4807] Output Device: SpeakerAndMicrophone.
2014-01-06 15:39:12.871 spokenSlots[5429:60b] The received hypothesis is BALANCE with a score of -747 and an ID of 000000010
2014-01-06 15:39:12.877 spokenSlots[5429:4807] categoryDefaultToSpeaker is correct, we will leave it as it is.
2014-01-06 15:39:12.879 spokenSlots[5429:4807] preferredBufferSize is correct, we will leave it as it is.
2014-01-06 15:39:12.929 spokenSlots[5429:4807] preferredSampleRateCheck is correct, we will leave it as it is.
2014-01-06 15:39:12.930 spokenSlots[5429:4807] Setting the variables for the device and starting it.
2014-01-06 15:39:12.931 spokenSlots[5429:4807] Looping through ringbuffer sections and pre-allocating them.
2014-01-06 15:39:12.893 spokenSlots[5429:60b] Pocketsphinx has suspended recognition.
2014-01-06 15:39:12.966 spokenSlots[5429:4807] Started audio output unit.
2014-01-06 15:39:15.374 spokenSlots[5429:60b] Speech Synthesizer finished speaking utterance
2014-01-06 15:39:15.377 spokenSlots[5429:60b] Pocketsphinx has resumed recognition.
2014-01-06 15:39:16.098 spokenSlots[5429:4807] Speech detected…
2014-01-06 15:39:16.099 spokenSlots[5429:60b] Pocketsphinx has detected speech.

The third BET and the last BALANCE were both recognitions that were not spoken. Any ideas or pointers would be greatly appreciated. Thank you very much.