How to force end continuous listening?

Home Forums OpenEars How to force end continuous listening?

Viewing 5 posts - 1 through 5 (of 5 total)

  • Author
    Posts
  • #1021973
    pizigi
    Participant

    I’m using OpenEars in continuous mode, and I found that it will never stop listening until a silence is detected.
    However, sometimes there is noise in the environment and the silence will never come.
    How can I set the maximum listening time, or even force it to stop so I can get my hypothesis earlier?
    I don’t mind getting garbage at the end due to interrupting in the middle of an utterance, it’s better to get a hypothesis than no hypothesis at all. Using a button to manually stop recording is not an option in my case.

    Thanks!

    #1021985
    Halle Winkler
    Politepix

    Welcome,

    There shouldn’t really be cases in which silence never happens – it can be delayed for one listening round if the noise level increases, but then it should recalibrate to the higher noise levels. When you say that silence never comes, is that literally the case or is it just taking a long time?

    #1021988
    pizigi
    Participant

    Thanks for the reply Halle.
    Yes, I mean it’s taking a long time. I can’t say exactly how long, but it can go over a minute for sure.
    After minute I’ll get a huge chunk of recognized text, that by itself also takes forever to recognize. The app can’t afford to wait such a long time for the hypothesis to come.
    Are there any alternatives to this problem? How can I end the listening process and get the hypothesis?

    #1021990
    Halle Winkler
    Politepix

    OK, can you show me the logging from a session in which this happens, with verbosePocketsphinx and OpenEarsLogging turned on? Please show the full log without any of OpenEars’ logging removed.

    #1021994
    pizigi
    Participant

    Here you go, but it’s a bit long… took me 3 tries to get a long delay to happen. This one took 21 seconds to end the listening.
    Look after the 22:03:35.128 mark.
    With all the verbose turned on, I can see some recalibration going on.
    But still… 21 seconds is too long.
    How can I interrupt the recording, I assume there must be a way?

    2014-07-17 22:01:49.087 OpenEarsSampleApp[10696:907] Starting OpenEars logging for OpenEars version 1.7 on 32-bit device: iPad running iOS version: 6.000000
    2014-07-17 22:01:49.093 OpenEarsSampleApp[10696:907] acousticModelPath is /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle
    2014-07-17 22:01:49.103 OpenEarsSampleApp[10696:907] Starting dynamic language model generation
    2014-07-17 22:01:49.113 OpenEarsSampleApp[10696:907] Able to open /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel.corpus for reading
    2014-07-17 22:01:49.117 OpenEarsSampleApp[10696:907] Able to open /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel_pipe.txt for writing
    2014-07-17 22:01:49.119 OpenEarsSampleApp[10696:907] Starting text2wfreq_impl
    2014-07-17 22:01:49.146 OpenEarsSampleApp[10696:907] Done with text2wfreq_impl
    2014-07-17 22:01:49.147 OpenEarsSampleApp[10696:907] Able to open /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel_pipe.txt for reading.
    2014-07-17 22:01:49.150 OpenEarsSampleApp[10696:907] Able to open /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel.vocab for reading.
    2014-07-17 22:01:49.151 OpenEarsSampleApp[10696:907] Starting wfreq2vocab
    2014-07-17 22:01:49.155 OpenEarsSampleApp[10696:907] Done with wfreq2vocab
    2014-07-17 22:01:49.158 OpenEarsSampleApp[10696:907] Starting text2idngram
    2014-07-17 22:01:49.187 OpenEarsSampleApp[10696:907] Done with text2idngram
    2014-07-17 22:01:49.194 OpenEarsSampleApp[10696:907] Starting idngram2lm

    2014-07-17 22:01:49.214 OpenEarsSampleApp[10696:907] Done with idngram2lm
    2014-07-17 22:01:49.216 OpenEarsSampleApp[10696:907] Starting sphinx_lm_convert
    2014-07-17 22:01:49.240 OpenEarsSampleApp[10696:907] Finishing sphinx_lm_convert
    2014-07-17 22:01:49.246 OpenEarsSampleApp[10696:907] Done creating language model with CMUCLMTK in 0.140421 seconds.
    2014-07-17 22:01:49.432 OpenEarsSampleApp[10696:907] The word FOURTY was not found in the dictionary /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle/LanguageModelGeneratorLookupList.text/LanguageModelGeneratorLookupList.text.
    2014-07-17 22:01:49.434 OpenEarsSampleApp[10696:907] Now using the fallback method to look up the word FOURTY
    2014-07-17 22:01:49.436 OpenEarsSampleApp[10696:907] If this is happening more frequently than you would expect, the most likely cause for it is since you are using the English phonetic lookup dictionary is that your words are not in English or aren’t dictionary words, or that you are submitting the words in lowercase when they need to be entirely written in uppercase.
    2014-07-17 22:01:49.456 OpenEarsSampleApp[10696:907] Using convertGraphemes for the word or phrase FOURTY which doesn’t appear in the dictionary
    2014-07-17 22:01:49.602 OpenEarsSampleApp[10696:907] I’m done running performDictionaryLookup and it took 0.323975 seconds
    2014-07-17 22:01:49.612 OpenEarsSampleApp[10696:907] I’m done running dynamic language model generation and it took 0.517115 seconds
    2014-07-17 22:01:49.614 OpenEarsSampleApp[10696:907] Dynamic language generator completed successfully, you can find your new files FirstOpenEarsDynamicLanguageModel.DMP
    and
    FirstOpenEarsDynamicLanguageModel.dic
    at the paths
    /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel.DMP
    and
    /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel.dic
    2014-07-17 22:01:49.622 OpenEarsSampleApp[10696:907] Leaving sample rate at the default of 16000.
    2014-07-17 22:01:49.627 OpenEarsSampleApp[10696:907] The audio session has never been initialized so we will do that now.
    2014-07-17 22:01:49.629 OpenEarsSampleApp[10696:907] Checking and resetting all audio session settings.
    2014-07-17 22:01:49.631 OpenEarsSampleApp[10696:907] audioCategory is incorrect, we will change it.
    2014-07-17 22:01:49.632 OpenEarsSampleApp[10696:907] audioCategory is now on the correct setting of kAudioSessionCategory_PlayAndRecord.
    2014-07-17 22:01:49.634 OpenEarsSampleApp[10696:907] bluetoothInput is incorrect, we will change it.
    2014-07-17 22:01:49.636 OpenEarsSampleApp[10696:907] bluetooth input is now on the correct setting of 1.
    2014-07-17 22:01:49.638 OpenEarsSampleApp[10696:907] Output Device: SpeakerAndMicrophone.
    2014-07-17 22:01:49.639 OpenEarsSampleApp[10696:907] categoryDefaultToSpeaker is incorrect, we will change it.
    2014-07-17 22:01:49.641 OpenEarsSampleApp[10696:907] CategoryDefaultToSpeaker is now on the correct setting of 1.
    2014-07-17 22:01:49.643 OpenEarsSampleApp[10696:907] preferredBufferSize is incorrect, we will change it.
    2014-07-17 22:01:49.644 OpenEarsSampleApp[10696:907] PreferredBufferSize is now on the correct setting of 0.128000.
    2014-07-17 22:01:49.646 OpenEarsSampleApp[10696:907] preferredSampleRateCheck is incorrect, we will change it.
    2014-07-17 22:01:49.647 OpenEarsSampleApp[10696:907] preferred hardware sample rate is now on the correct setting of 16000.000000.
    2014-07-17 22:01:49.704 OpenEarsSampleApp[10696:907] AudioSessionManager startAudioSession has reached the end of the initialization.
    2014-07-17 22:01:49.710 OpenEarsSampleApp[10696:907] Exiting startAudioSession.
    2014-07-17 22:01:49.714 OpenEarsSampleApp[10696:3903] setSecondsOfSilence value of 0.000000 was too large or too small or was NULL, using default of 0.700000.
    2014-07-17 22:01:49.717 OpenEarsSampleApp[10696:3903] Project has these words or phrases in its dictionary:
    A
    A(2)
    AND
    AND(2)
    E
    EIGHT
    EIGHTEEN
    EIGHTY
    ELEVEN
    ELEVEN(2)
    FIFTEEN
    FIFTY
    FIVE
    FOUR
    FOURTEEN
    FOURTY
    HUNDRED
    HUNDRED(2)
    HUNDRED(3)
    HUNDRED(4)
    I
    NINE
    NINETEEN
    NINETY
    O
    ONE
    ONE(2)
    SEVEN
    SEVENTEEN
    SEVENTY
    SEVENTY(2)
    …and 14 more.
    2014-07-17 22:01:49.719 OpenEarsSampleApp[10696:3903] Recognition loop has started
    INFO: file_omitted(0): Parsing command line:
    \
    -lm /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel.DMP \
    -beam 1e-66 \
    -bestpath yes \
    -dict /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel.dic \
    -hmm /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle \
    -lw 6.500000 \
    -samprate 16000

    Current configuration:
    [NAME] [DEFLT] [VALUE]
    -agc none none
    -agcthresh 2.0 2.000000e+00
    -alpha 0.97 9.700000e-01
    -argfile
    -ascale 20.0 2.000000e+01
    -aw 1 1
    -backtrace no no
    -beam 1e-48 1.000000e-66
    -bestpath yes yes
    -bestpathlw 9.5 9.500000e+00
    -bghist no no
    -ceplen 13 13
    -cmn current current
    -cmninit 8.0 8.0
    -compallsen no no
    -debug 0
    -dict /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel.dic
    -dictcase no no
    -dither no no
    -doublebw no no
    -ds 1 1
    -fdict
    -feat 1s_c_d_dd 1s_c_d_dd
    -featparams
    -fillprob 1e-8 1.000000e-08
    -frate 100 100
    -fsg
    -fsgusealtpron yes yes
    -fsgusefiller yes yes
    -fwdflat yes yes
    -fwdflatbeam 1e-64 1.000000e-64
    -fwdflatefwid 4 4
    -fwdflatlw 8.5 8.500000e+00
    -fwdflatsfwin 25 25
    -fwdflatwbeam 7e-29 7.000000e-29
    -fwdtree yes yes
    -hmm /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle
    -input_endian little little
    -jsgf
    -kdmaxbbi -1 -1
    -kdmaxdepth 0 0
    -kdtree
    -latsize 5000 5000
    -lda
    -ldadim 0 0
    -lextreedump 0 0
    -lifter 0 0
    -lm /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel.DMP
    -lmctl
    -lmname default default
    -logbase 1.0001 1.000100e+00
    -logfn
    -logspec no no
    -lowerf 133.33334 1.333333e+02
    -lpbeam 1e-40 1.000000e-40
    -lponlybeam 7e-29 7.000000e-29
    -lw 6.5 6.500000e+00
    -maxhmmpf -1 -1
    -maxnewoov 20 20
    -maxwpf -1 -1
    -mdef
    -mean
    -mfclogdir
    -min_endfr 0 0
    -mixw
    -mixwfloor 0.0000001 1.000000e-07
    -mllr
    -mmap yes yes
    -ncep 13 13
    -nfft 512 512
    -nfilt 40 40
    -nwpen 1.0 1.000000e+00
    -pbeam 1e-48 1.000000e-48
    -pip 1.0 1.000000e+00
    -pl_beam 1e-10 1.000000e-10
    -pl_pbeam 1e-5 1.000000e-05
    -pl_window 0 0
    -rawlogdir
    -remove_dc no no
    -round_filters yes yes
    -samprate 16000 1.600000e+04
    -seed -1 -1
    -sendump
    -senlogdir
    -senmgau
    -silprob 0.005 5.000000e-03
    -smoothspec no no
    -svspec
    -tmat
    -tmatfloor 0.0001 1.000000e-04
    -topn 4 4
    -topn_beam 0 0
    -toprule
    -transform legacy legacy
    -unit_area yes yes
    -upperf 6855.4976 6.855498e+03
    -usewdphones no no
    -uw 1.0 1.000000e+00
    -var
    -varfloor 0.0001 1.000000e-04
    -varnorm no no
    -verbose no no
    -warp_params
    -warp_type inverse_linear inverse_linear
    -wbeam 7e-29 7.000000e-29
    -wip 0.65 6.500000e-01
    -wlen 0.025625 2.562500e-02

    2014-07-17 22:01:49.754 OpenEarsSampleApp[10696:907] Pocketsphinx is starting up.
    INFO: file_omitted(0): Parsing command line:
    \
    -nfilt 20 \
    -lowerf 1 \
    -upperf 4000 \
    -wlen 0.025 \
    -transform dct \
    -round_filters no \
    -remove_dc yes \
    -svspec 0-12/13-25/26-38 \
    -feat 1s_c_d_dd \
    -agc none \
    -cmn current \
    -cmninit 47 \
    -varnorm no

    Current configuration:
    [NAME] [DEFLT] [VALUE]
    -agc none none
    -agcthresh 2.0 2.000000e+00
    -alpha 0.97 9.700000e-01
    -ceplen 13 13
    -cmn current current
    -cmninit 8.0 47
    -dither no no
    -doublebw no no
    -feat 1s_c_d_dd 1s_c_d_dd
    -frate 100 100
    -input_endian little little
    -lda
    -ldadim 0 0
    -lifter 0 0
    -logspec no no
    -lowerf 133.33334 1.000000e+00
    -ncep 13 13
    -nfft 512 512
    -nfilt 40 20
    -remove_dc no yes
    -round_filters yes no
    -samprate 16000 1.600000e+04
    -seed -1 -1
    -smoothspec no no
    -svspec 0-12/13-25/26-38
    -transform legacy dct
    -unit_area yes yes
    -upperf 6855.4976 4.000000e+03
    -varnorm no no
    -verbose no no
    -warp_params
    -warp_type inverse_linear inverse_linear
    -wlen 0.025625 2.500000e-02

    INFO: file_omitted(0): Parsed model-specific feature parameters from /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle/feat.params
    INFO: file_omitted(0): Initializing feature stream to type: ‘1s_c_d_dd’, ceplen=13, CMN=’current’, VARNORM=’no’, AGC=’none’
    INFO: file_omitted(0): mean[0]= 12.00, mean[1..12]= 0.0
    INFO: file_omitted(0): Using subvector specification 0-12/13-25/26-38
    INFO: file_omitted(0): Reading model definition: /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle/mdef
    INFO: file_omitted(0): Found byte-order mark BMDF, assuming this is a binary mdef file
    INFO: file_omitted(0): Reading binary model definition: /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle/mdef

    INFO: file_omitted(0): 50 CI-phone, 143047 CD-phone, 3 emitstate/phone, 150 CI-sen, 5150 Sen, 27135 Sen-Seq
    INFO: file_omitted(0): Reading HMM transition probability matrices: /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle/transition_matrices
    INFO: file_omitted(0): Attempting to use SCHMM computation module
    INFO: file_omitted(0): Reading mixture gaussian parameter: /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle/means
    INFO: file_omitted(0): 1 codebook, 3 feature, size:
    INFO: file_omitted(0): 256×13
    INFO: file_omitted(0): 256×13
    INFO: file_omitted(0): 256×13
    INFO: file_omitted(0): Reading mixture gaussian parameter: /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle/variances
    INFO: file_omitted(0): 1 codebook, 3 feature, size:
    INFO: file_omitted(0): 256×13
    INFO: file_omitted(0): 256×13
    INFO: file_omitted(0): 256×13
    INFO: file_omitted(0): 0 variance values floored
    INFO: file_omitted(0): Loading senones from dump file /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle/sendump
    INFO: file_omitted(0): BEGIN FILE FORMAT DESCRIPTION
    INFO: file_omitted(0): Using memory-mapped I/O for senones
    INFO: file_omitted(0): Maximum top-N: 4 Top-N beams: 0 0 0
    INFO: file_omitted(0): Allocating 4151 * 20 bytes (81 KiB) for word entries
    INFO: file_omitted(0): Reading main dictionary: /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/Library/Caches/FirstOpenEarsDynamicLanguageModel.dic
    INFO: file_omitted(0): Allocated 0 KiB for strings, 0 KiB for phones
    INFO: file_omitted(0): 44 words read
    INFO: file_omitted(0): Reading filler dictionary: /var/mobile/Applications/7528DC2B-4736-4AC3-94FE-FFBC52B13F32/OpenEarsSampleApp.app/AcousticModelEnglish.bundle/noisedict
    INFO: file_omitted(0): Allocated 0 KiB for strings, 0 KiB for phones
    INFO: file_omitted(0): 11 words read
    INFO: file_omitted(0): Building PID tables for dictionary
    INFO: file_omitted(0): Allocating 50^3 * 2 bytes (244 KiB) for word-initial triphones
    INFO: file_omitted(0): Allocated 30200 bytes (29 KiB) for word-final triphones
    INFO: file_omitted(0): Allocated 30200 bytes (29 KiB) for single-phone word triphones
    INFO: file_omitted(0): No \data\ mark in LM file
    INFO: file_omitted(0): Will use memory-mapped I/O for LM file
    INFO: file_omitted(0): ngrams 1=36, 2=68, 3=34
    INFO: file_omitted(0): 36 = LM.unigrams(+trailer) read
    INFO: file_omitted(0): 68 = LM.bigrams(+trailer) read
    INFO: file_omitted(0): 34 = LM.trigrams read
    INFO: file_omitted(0): 3 = LM.prob2 entries read
    INFO: file_omitted(0): 3 = LM.bo_wt2 entries read
    INFO: file_omitted(0): 2 = LM.prob3 entries read
    INFO: file_omitted(0): 1 = LM.tseg_base entries read
    INFO: file_omitted(0): 36 = ascii word strings read
    INFO: file_omitted(0): 20 unique initial diphones
    INFO: file_omitted(0): 0 root, 0 non-root channels, 17 single-phone words
    INFO: file_omitted(0): Creating search tree
    INFO: file_omitted(0): before: 0 root, 0 non-root channels, 17 single-phone words
    INFO: file_omitted(0): after: max nonroot chan increased to 193
    INFO: file_omitted(0): after: 20 root, 65 non-root channels, 16 single-phone words
    INFO: file_omitted(0): fwdflat: min_ef_width = 4, max_sf_win = 25
    2014-07-17 22:01:50.073 OpenEarsSampleApp[10696:3903] Starting openAudioDevice on the device.
    2014-07-17 22:01:50.075 OpenEarsSampleApp[10696:3903] Audio unit wrapper successfully created.
    2014-07-17 22:01:50.080 OpenEarsSampleApp[10696:3903] Set audio route to SpeakerAndMicrophone
    2014-07-17 22:01:50.082 OpenEarsSampleApp[10696:3903] There is no CMN plist so we are using the fresh CMN value 47.000000.
    2014-07-17 22:01:50.084 OpenEarsSampleApp[10696:3903] Checking and resetting all audio session settings.
    2014-07-17 22:01:50.086 OpenEarsSampleApp[10696:3903] audioCategory is correct, we will leave it as it is.
    2014-07-17 22:01:50.088 OpenEarsSampleApp[10696:3903] bluetoothInput is correct, we will leave it as it is.
    2014-07-17 22:01:50.089 OpenEarsSampleApp[10696:3903] Output Device: SpeakerAndMicrophone.
    2014-07-17 22:01:50.091 OpenEarsSampleApp[10696:3903] categoryDefaultToSpeaker is correct, we will leave it as it is.
    2014-07-17 22:01:50.093 OpenEarsSampleApp[10696:3903] preferredBufferSize is correct, we will leave it as it is.
    2014-07-17 22:01:50.094 OpenEarsSampleApp[10696:3903] preferredSampleRateCheck is correct, we will leave it as it is.
    2014-07-17 22:01:50.096 OpenEarsSampleApp[10696:3903] Setting the variables for the device and starting it.
    2014-07-17 22:01:50.097 OpenEarsSampleApp[10696:3903] Looping through ringbuffer sections and pre-allocating them.
    2014-07-17 22:01:50.676 OpenEarsSampleApp[10696:3903] Started audio output unit.
    2014-07-17 22:01:50.679 OpenEarsSampleApp[10696:3903] Calibration has started
    2014-07-17 22:01:50.679 OpenEarsSampleApp[10696:907] Pocketsphinx calibration has started.
    2014-07-17 22:01:52.926 OpenEarsSampleApp[10696:3903] Calibration has completed
    2014-07-17 22:01:52.926 OpenEarsSampleApp[10696:907] Pocketsphinx calibration is complete.
    2014-07-17 22:01:52.928 OpenEarsSampleApp[10696:3903] Listening.
    2014-07-17 22:01:52.930 OpenEarsSampleApp[10696:907] I’m running flite
    2014-07-17 22:01:52.932 OpenEarsSampleApp[10696:907] Checking and resetting all audio session settings.
    2014-07-17 22:01:52.934 OpenEarsSampleApp[10696:907] audioCategory is correct, we will leave it as it is.
    2014-07-17 22:01:52.936 OpenEarsSampleApp[10696:907] bluetoothInput is correct, we will leave it as it is.
    2014-07-17 22:01:52.937 OpenEarsSampleApp[10696:907] Output Device: SpeakerAndMicrophone.
    2014-07-17 22:01:52.939 OpenEarsSampleApp[10696:907] categoryDefaultToSpeaker is correct, we will leave it as it is.
    2014-07-17 22:01:52.941 OpenEarsSampleApp[10696:907] preferredBufferSize is correct, we will leave it as it is.
    2014-07-17 22:01:52.942 OpenEarsSampleApp[10696:907] preferredSampleRateCheck is correct, we will leave it as it is.
    2014-07-17 22:01:53.738 OpenEarsSampleApp[10696:907] I’m done running flite and it took 0.806605 seconds
    2014-07-17 22:01:53.740 OpenEarsSampleApp[10696:907] Flite audio player was nil when referenced so attempting to allocate a new audio player.
    2014-07-17 22:01:53.742 OpenEarsSampleApp[10696:907] Loading speech data for Flite concluded successfully.
    2014-07-17 22:01:53.876 OpenEarsSampleApp[10696:907] Pocketsphinx is now listening.
    2014-07-17 22:01:53.881 OpenEarsSampleApp[10696:907] Flite sending suspend recognition notification.
    2014-07-17 22:01:53.883 OpenEarsSampleApp[10696:907] Flite has started speaking
    2014-07-17 22:01:53.886 OpenEarsSampleApp[10696:907] Pocketsphinx has suspended recognition.
    2014-07-17 22:01:55.799 OpenEarsSampleApp[10696:907] AVAudioPlayer did finish playing with success flag of 1
    2014-07-17 22:01:55.970 OpenEarsSampleApp[10696:907] Flite sending resume recognition notification.
    2014-07-17 22:01:56.477 OpenEarsSampleApp[10696:907] Flite has finished speaking
    2014-07-17 22:01:56.483 OpenEarsSampleApp[10696:907] setSecondsOfSilence value of 0.000000 was too large or too small or was NULL, using default of 0.700000.
    2014-07-17 22:01:56.485 OpenEarsSampleApp[10696:907] Pocketsphinx has resumed recognition.
    2014-07-17 22:01:57.124 OpenEarsSampleApp[10696:3903] Speech detected…
    2014-07-17 22:01:57.127 OpenEarsSampleApp[10696:907] Pocketsphinx has detected speech.
    INFO: file_omitted(0): Resized backpointer table to 10000 entries
    2014-07-17 22:02:01.817 OpenEarsSampleApp[10696:3903] Stopping audio unit.
    2014-07-17 22:02:01.817 OpenEarsSampleApp[10696:907] Pocketsphinx has detected a second of silence, concluding an utterance.
    2014-07-17 22:02:01.945 OpenEarsSampleApp[10696:3903] Audio Output Unit stopped, cleaning up variable states.
    2014-07-17 22:02:01.948 OpenEarsSampleApp[10696:3903] Processing speech, please wait…
    INFO: file_omitted(0): cmn_prior_update: from < 47.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 >
    INFO: file_omitted(0): cmn_prior_update: to < 58.96 -1.07 -1.07 -1.54 -1.34 -2.38 -2.47 -0.42 -0.86 -1.88 -1.10 -0.78 -1.07 >
    INFO: file_omitted(0): 6144 words recognized (13/fr)
    INFO: file_omitted(0): 192459 senones evaluated (406/fr)
    INFO: file_omitted(0): 123400 channels searched (260/fr), 9400 1st, 89006 last
    INFO: file_omitted(0): 10426 words for which last channels evaluated (21/fr)
    INFO: file_omitted(0): 6946 candidate words for entering last phone (14/fr)
    INFO: file_omitted(0): fwdtree 1.16 CPU 0.244 xRT
    INFO: file_omitted(0): fwdtree 4.83 wall 1.019 xRT
    INFO: file_omitted(0): Utterance vocabulary contains 38 words
    INFO: file_omitted(0): 3093 words recognized (7/fr)
    INFO: file_omitted(0): 206790 senones evaluated (436/fr)
    INFO: file_omitted(0): 182273 channels searched (384/fr)
    INFO: file_omitted(0): 9270 words searched (19/fr)
    INFO: file_omitted(0): 7089 word transitions (14/fr)
    INFO: file_omitted(0): fwdflat 0.79 CPU 0.166 xRT
    INFO: file_omitted(0): fwdflat 0.78 wall 0.165 xRT
    INFO: file_omitted(0): </s> not found in last frame, using SEVEN.472 instead
    INFO: file_omitted(0): lattice start node <s>.0 end node SEVEN.443
    INFO: file_omitted(0): Eliminated 3 nodes before end node
    INFO: file_omitted(0): Lattice has 402 nodes, 898 links
    INFO: file_omitted(0): Normalizer P(O) = alpha(SEVEN:443:472) = -3455428
    INFO: file_omitted(0): Joint P(O,S) = -3473536 P(S|O) = -18108
    INFO: file_omitted(0): bestpath 0.02 CPU 0.004 xRT
    INFO: file_omitted(0): bestpath 0.02 wall 0.004 xRT
    2014-07-17 22:02:02.763 OpenEarsSampleApp[10696:3903] Pocketsphinx heard “FOUR THREE ONE TWO THREE ONE TWO ELEVEN SEVENTY SEVEN SIX SEVEN” with a score of (-18108) and an utterance ID of 000000000.
    2014-07-17 22:02:02.765 OpenEarsSampleApp[10696:907] The received hypothesis is FOUR THREE ONE TWO THREE ONE TWO ELEVEN SEVENTY SEVEN SIX SEVEN with a score of -18108 and an ID of 000000000
    2014-07-17 22:02:02.768 OpenEarsSampleApp[10696:3903] Checking and resetting all audio session settings.
    2014-07-17 22:02:02.770 OpenEarsSampleApp[10696:3903] audioCategory is correct, we will leave it as it is.
    2014-07-17 22:02:02.769 OpenEarsSampleApp[10696:907] Flite sending interrupt speech request.
    2014-07-17 22:02:02.771 OpenEarsSampleApp[10696:3903] bluetoothInput is correct, we will leave it as it is.
    2014-07-17 22:02:02.773 OpenEarsSampleApp[10696:3903] Output Device: SpeakerAndMicrophone.
    2014-07-17 22:02:02.774 OpenEarsSampleApp[10696:3903] categoryDefaultToSpeaker is correct, we will leave it as it is.
    2014-07-17 22:02:02.772 OpenEarsSampleApp[10696:907] hypothesisArray is (
    {
    Hypothesis = “FOUR THREE ONE TWO THREE ONE TWO ELEVEN SEVENTY SEVEN SIX SEVEN”;
    Score = “-80190”;
    },
    {
    Hypothesis = “FOUR THREE ONE TWO THREE ONE TWO ELEVEN TWO SEVENTY SEVEN SIX SEVEN”;
    Score = “-80355”;
    },
    {
    Hypothesis = “FOUR THREE ONE TWO THREE ONE TWO O ELEVEN SEVENTY SEVEN SIX SEVEN”;
    Score = “-80396”;
    },
    {
    Hypothesis = “FOUR THREE ONE TWO THREE ONE TWO ELEVEN SEVENTY SEVEN FIFTY SEVEN”;
    Score = “-80411”;
    },
    {
    Hypothesis = “FOUR THREE ONE TWO A THREE ONE TWO ELEVEN SEVENTY SEVEN SIX SEVEN”;
    Score = “-80455”;
    }
    )
    2014-07-17 22:02:02.776 OpenEarsSampleApp[10696:3903] preferredBufferSize is correct, we will leave it as it is.
    2014-07-17 22:02:02.779 OpenEarsSampleApp[10696:3903] preferredSampleRateCheck is correct, we will leave it as it is.
    2014-07-17 22:02:02.780 OpenEarsSampleApp[10696:3903] Setting the variables for the device and starting it.
    2014-07-17 22:02:02.781 OpenEarsSampleApp[10696:3903] Looping through ringbuffer sections and pre-allocating them.
    2014-07-17 22:02:02.835 OpenEarsSampleApp[10696:3903] Started audio output unit.
    2014-07-17 22:02:02.838 OpenEarsSampleApp[10696:3903] Listening.
    2014-07-17 22:02:02.840 OpenEarsSampleApp[10696:907] Pocketsphinx is now listening.
    2014-07-17 22:02:03.383 OpenEarsSampleApp[10696:3903] Speech detected…
    2014-07-17 22:02:03.386 OpenEarsSampleApp[10696:907] Pocketsphinx has detected speech.
    INFO: file_omitted(0): Resized backpointer table to 20000 entries
    2014-07-17 22:02:09.750 OpenEarsSampleApp[10696:3903] Stopping audio unit.
    2014-07-17 22:02:09.750 OpenEarsSampleApp[10696:907] Pocketsphinx has detected a second of silence, concluding an utterance.
    2014-07-17 22:02:09.878 OpenEarsSampleApp[10696:3903] Audio Output Unit stopped, cleaning up variable states.
    2014-07-17 22:02:09.882 OpenEarsSampleApp[10696:3903] Processing speech, please wait…
    INFO: file_omitted(0): cmn_prior_update: from < 58.79 -2.59 -1.08 -2.22 -1.91 -1.96 -1.93 -0.33 -0.96 -1.47 -0.92 -0.71 -1.01 >
    INFO: file_omitted(0): cmn_prior_update: to < 58.87 -2.52 -1.05 -2.22 -1.90 -1.98 -1.95 -0.36 -0.97 -1.47 -0.91 -0.75 -1.04 >
    INFO: file_omitted(0): Resized score stack to 200000 entries
    INFO: file_omitted(0): 11427 words recognized (18/fr)
    INFO: file_omitted(0): 270424 senones evaluated (419/fr)
    INFO: file_omitted(0): 184690 channels searched (286/fr), 12820 1st, 139060 last
    INFO: file_omitted(0): 15015 words for which last channels evaluated (23/fr)
    INFO: file_omitted(0): 8882 candidate words for entering last phone (13/fr)
    INFO: file_omitted(0): fwdtree 1.62 CPU 0.252 xRT
    INFO: file_omitted(0): fwdtree 6.51 wall 1.009 xRT
    INFO: file_omitted(0): Utterance vocabulary contains 39 words
    INFO: file_omitted(0): 5209 words recognized (8/fr)
    INFO: file_omitted(0): 251444 senones evaluated (390/fr)
    INFO: file_omitted(0): 248108 channels searched (384/fr)
    INFO: file_omitted(0): 13194 words searched (20/fr)
    INFO: file_omitted(0): 10265 word transitions (15/fr)
    INFO: file_omitted(0): fwdflat 1.04 CPU 0.161 xRT
    INFO: file_omitted(0): fwdflat 1.04 wall 0.161 xRT
    INFO: file_omitted(0): </s> not found in last frame, using SEVEN.643 instead
    INFO: file_omitted(0): lattice start node <s>.0 end node SEVEN.600
    INFO: file_omitted(0): Eliminated 19 nodes before end node
    INFO: file_omitted(0): Lattice has 826 nodes, 2744 links
    INFO: file_omitted(0): Normalizer P(O) = alpha(SEVEN:600:643) = -4431995
    INFO: file_omitted(0): Joint P(O,S) = -4502397 P(S|O) = -70402
    INFO: file_omitted(0): bestpath 0.22 CPU 0.034 xRT
    INFO: file_omitted(0): bestpath 0.22 wall 0.034 xRT
    2014-07-17 22:02:11.160 OpenEarsSampleApp[10696:3903] Pocketsphinx heard “EIGHT E A A ONE SEVENTY SEVEN FIFTY SEVENTY HUNDRED SEVENTY SEVENTY SEVEN” with a score of (-70402) and an utterance ID of 000000001.
    2014-07-17 22:02:11.162 OpenEarsSampleApp[10696:907] The received hypothesis is EIGHT E A A ONE SEVENTY SEVEN FIFTY SEVENTY HUNDRED SEVENTY SEVENTY SEVEN with a score of -70402 and an ID of 000000001
    2014-07-17 22:02:11.166 OpenEarsSampleApp[10696:907] Flite sending interrupt speech request.
    2014-07-17 22:02:11.180 OpenEarsSampleApp[10696:3903] Checking and resetting all audio session settings.
    2014-07-17 22:02:11.181 OpenEarsSampleApp[10696:907] hypothesisArray is (
    {
    Hypothesis = “EIGHT E A A ONE SEVENTY SEVEN FIFTY SEVENTY HUNDRED SEVENTY SEVENTY SEVEN”;
    Score = “-97809”;
    },
    {
    Hypothesis = “EIGHT E A E ONE SEVENTY SEVEN FIFTY SEVENTY HUNDRED SEVENTY SEVENTY SEVEN”;
    Score = “-97819”;
    },
    {
    Hypothesis = “EIGHT E E A ONE SEVENTY SEVEN FIFTY SEVENTY HUNDRED SEVENTY SEVENTY SEVEN”;
    Score = “-97878”;
    },
    {
    Hypothesis = “EIGHT E A A ONE SEVENTY SEVEN FIFTY SEVENTEEN HUNDRED SEVENTY SEVENTY SEVEN”;
    Score = “-97887”;
    },
    {
    Hypothesis = “EIGHT E E E ONE SEVENTY SEVEN FIFTY SEVENTY HUNDRED SEVENTY SEVENTY SEVEN”;
    Score = “-97888”;
    }
    )
    2014-07-17 22:02:11.182 OpenEarsSampleApp[10696:3903] audioCategory is correct, we will leave it as it is.
    2014-07-17 22:02:11.184 OpenEarsSampleApp[10696:3903] bluetoothInput is correct, we will leave it as it is.
    2014-07-17 22:02:11.186 OpenEarsSampleApp[10696:3903] Output Device: SpeakerAndMicrophone.
    2014-07-17 22:02:11.188 OpenEarsSampleApp[10696:3903] categoryDefaultToSpeaker is correct, we will leave it as it is.
    2014-07-17 22:02:11.189 OpenEarsSampleApp[10696:3903] preferredBufferSize is correct, we will leave it as it is.
    2014-07-17 22:02:11.191 OpenEarsSampleApp[10696:3903] preferredSampleRateCheck is correct, we will leave it as it is.
    2014-07-17 22:02:11.192 OpenEarsSampleApp[10696:3903] Setting the variables for the device and starting it.
    2014-07-17 22:02:11.194 OpenEarsSampleApp[10696:3903] Looping through ringbuffer sections and pre-allocating them.
    2014-07-17 22:02:11.283 OpenEarsSampleApp[10696:3903] Started audio output unit.
    2014-07-17 22:02:11.286 OpenEarsSampleApp[10696:3903] Listening.
    2014-07-17 22:02:11.288 OpenEarsSampleApp[10696:907] Pocketsphinx is now listening.
    2014-07-17 22:02:13.509 OpenEarsSampleApp[10696:3903] Speech detected…
    2014-07-17 22:02:13.512 OpenEarsSampleApp[10696:907] Pocketsphinx has detected speech.
    2014-07-17 22:02:14.486 OpenEarsSampleApp[10696:3903] Stopping audio unit.
    2014-07-17 22:02:14.486 OpenEarsSampleApp[10696:907] Pocketsphinx has detected a second of silence, concluding an utterance.
    2014-07-17 22:02:14.614 OpenEarsSampleApp[10696:3903] Audio Output Unit stopped, cleaning up variable states.
    2014-07-17 22:02:14.618 OpenEarsSampleApp[10696:3903] Processing speech, please wait…
    INFO: file_omitted(0): cmn_prior_update: from < 58.87 -2.52 -1.05 -2.22 -1.90 -1.98 -1.95 -0.36 -0.97 -1.47 -0.91 -0.75 -1.04 >
    INFO: file_omitted(0): cmn_prior_update: to < 59.38 -2.54 -1.10 -2.31 -1.91 -1.99 -1.93 -0.36 -0.98 -1.53 -0.85 -0.75 -1.05 >
    INFO: file_omitted(0): 1351 words recognized (13/fr)
    INFO: file_omitted(0): 35888 senones evaluated (355/fr)
    INFO: file_omitted(0): 22674 channels searched (224/fr), 1939 1st, 16119 last
    INFO: file_omitted(0): 2080 words for which last channels evaluated (20/fr)
    INFO: file_omitted(0): 1272 candidate words for entering last phone (12/fr)
    INFO: file_omitted(0): fwdtree 0.24 CPU 0.239 xRT
    INFO: file_omitted(0): fwdtree 1.11 wall 1.102 xRT
    INFO: file_omitted(0): Utterance vocabulary contains 20 words
    INFO: file_omitted(0): 581 words recognized (6/fr)
    INFO: file_omitted(0): 34279 senones evaluated (339/fr)
    INFO: file_omitted(0): 28437 channels searched (281/fr)
    INFO: file_omitted(0): 1587 words searched (15/fr)
    INFO: file_omitted(0): 1429 word transitions (14/fr)
    INFO: file_omitted(0): fwdflat 0.14 CPU 0.138 xRT
    INFO: file_omitted(0): fwdflat 0.14 wall 0.140 xRT
    INFO: file_omitted(0): </s> not found in last frame, using THREE.99 instead
    INFO: file_omitted(0): lattice start node <s>.0 end node THREE.75
    INFO: file_omitted(0): Eliminated 8 nodes before end node
    INFO: file_omitted(0): Lattice has 110 nodes, 213 links
    INFO: file_omitted(0): Normalizer P(O) = alpha(THREE:75:99) = -748076
    INFO: file_omitted(0): Joint P(O,S) = -765946 P(S|O) = -17870
    INFO: file_omitted(0): bestpath 0.00 CPU 0.000 xRT
    INFO: file_omitted(0): bestpath 0.00 wall 0.004 xRT
    2014-07-17 22:02:14.773 OpenEarsSampleApp[10696:3903] Pocketsphinx heard “ONE ONE THREE” with a score of (-17870) and an utterance ID of 000000002.
    2014-07-17 22:02:14.775 OpenEarsSampleApp[10696:3903] Checking and resetting all audio session settings.
    2014-07-17 22:02:14.774 OpenEarsSampleApp[10696:907] The received hypothesis is ONE ONE THREE with a score of -17870 and an ID of 000000002
    2014-07-17 22:02:14.777 OpenEarsSampleApp[10696:3903] audioCategory is correct, we will leave it as it is.
    2014-07-17 22:02:14.779 OpenEarsSampleApp[10696:907] Flite sending interrupt speech request.
    2014-07-17 22:02:14.779 OpenEarsSampleApp[10696:3903] bluetoothInput is correct, we will leave it as it is.
    2014-07-17 22:02:14.782 OpenEarsSampleApp[10696:3903] Output Device: SpeakerAndMicrophone.
    2014-07-17 22:02:14.783 OpenEarsSampleApp[10696:907] hypothesisArray is (
    {
    Hypothesis = “ONE ONE THREE”;
    Score = “-32022”;
    },
    {
    Hypothesis = “ONE TWO THREE”;
    Score = “-32173”;
    },
    {
    Hypothesis = “ONE ONE THREE”;
    Score = “-32213”;
    },
    {
    Hypothesis = “ONE FOUR THREE”;
    Score = “-32237”;
    },
    {
    Hypothesis = “ONE ONE THREE”;
    Score = “-32242”;
    }
    )
    2014-07-17 22:02:14.784 OpenEarsSampleApp[10696:3903] categoryDefaultToSpeaker is correct, we will leave it as it is.
    2014-07-17 22:02:14.786 OpenEarsSampleApp[10696:3903] preferredBufferSize is correct, we will leave it as it is.
    2014-07-17 22:02:14.789 OpenEarsSampleApp[10696:3903] preferredSampleRateCheck is correct, we will leave it as it is.
    2014-07-17 22:02:14.791 OpenEarsSampleApp[10696:3903] Setting the variables for the device and starting it.
    2014-07-17 22:02:14.792 OpenEarsSampleApp[10696:3903] Looping through ringbuffer sections and pre-allocating them.
    2014-07-17 22:02:14.867 OpenEarsSampleApp[10696:3903] Started audio output unit.
    2014-07-17 22:02:14.870 OpenEarsSampleApp[10696:3903] Listening.
    2014-07-17 22:02:14.872 OpenEarsSampleApp[10696:907] Pocketsphinx is now listening.
    2014-07-17 22:02:15.404 OpenEarsSampleApp[10696:3903] Speech detected…
    2014-07-17 22:02:15.407 OpenEarsSampleApp[10696:907] Pocketsphinx has detected speech.
    INFO: file_omitted(0): Resized score stack to 400000 entries
    2014-07-17 22:02:24.600 OpenEarsSampleApp[10696:3903] Stopping audio unit.
    2014-07-17 22:02:24.600 OpenEarsSampleApp[10696:907] Pocketsphinx has detected a second of silence, concluding an utterance.
    2014-07-17 22:02:24.726 OpenEarsSampleApp[10696:3903] Audio Output Unit stopped, cleaning up variable states.
    2014-07-17 22:02:24.730 OpenEarsSampleApp[10696:3903] Processing speech, please wait…
    INFO: file_omitted(0): cmn_prior_update: from < 58.29 -2.03 -1.12 -2.15 -1.88 -1.84 -1.88 -0.60 -1.07 -1.46 -0.86 -0.68 -1.01 >
    INFO: file_omitted(0): cmn_prior_update: to < 57.86 -1.90 -1.17 -2.05 -1.81 -1.75 -1.85 -0.67 -1.06 -1.42 -0.94 -0.68 -0.99 >
    INFO: file_omitted(0): 18343 words recognized (20/fr)
    INFO: file_omitted(0): 436949 senones evaluated (471/fr)
    INFO: file_omitted(0): 317240 channels searched (341/fr), 18480 1st, 249063 last
    INFO: file_omitted(0): 24255 words for which last channels evaluated (26/fr)
    INFO: file_omitted(0): 14553 candidate words for entering last phone (15/fr)
    INFO: file_omitted(0): fwdtree 2.47 CPU 0.266 xRT
    INFO: file_omitted(0): fwdtree 9.33 wall 1.006 xRT
    INFO: file_omitted(0): Utterance vocabulary contains 42 words
    INFO: file_omitted(0): 10264 words recognized (11/fr)
    INFO: file_omitted(0): 553382 senones evaluated (596/fr)
    INFO: file_omitted(0): 589192 channels searched (634/fr)
    INFO: file_omitted(0): 28026 words searched (30/fr)
    INFO: file_omitted(0): 21754 word transitions (23/fr)
    INFO: file_omitted(0): fwdflat 2.13 CPU 0.230 xRT
    INFO: file_omitted(0): fwdflat 2.11 wall 0.228 xRT
    INFO: file_omitted(0): lattice start node <s>.0 end node </s>.908
    INFO: file_omitted(0): Eliminated 0 nodes before end node
    INFO: file_omitted(0): Lattice has 1261 nodes, 5250 links
    INFO: file_omitted(0): Normalizer P(O) = alpha(</s>:908:926) = -6586537
    INFO: file_omitted(0): Joint P(O,S) = -6815710 P(S|O) = -229173
    INFO: file_omitted(0): bestpath 1.34 CPU 0.145 xRT
    INFO: file_omitted(0): bestpath 1.34 wall 0.145 xRT
    2014-07-17 22:02:28.198 OpenEarsSampleApp[10696:3903] Pocketsphinx heard “SEVEN EIGHT AND SEVENTY SEVEN SIX AND SEVEN SIX A SIX SEVEN SIX SEVENTY SEVENTY AND EIGHT SEVEN AND TEN SIX AND SEVENTY” with a score of (-229173) and an utterance ID of 000000003.
    2014-07-17 22:02:28.200 OpenEarsSampleApp[10696:907] The received hypothesis is SEVEN EIGHT AND SEVENTY SEVEN SIX AND SEVEN SIX A SIX SEVEN SIX SEVENTY SEVENTY AND EIGHT SEVEN AND TEN SIX AND SEVENTY with a score of -229173 and an ID of 000000003
    2014-07-17 22:02:28.204 OpenEarsSampleApp[10696:907] Flite sending interrupt speech request.
    2014-07-17 22:02:28.240 OpenEarsSampleApp[10696:3903] Checking and resetting all audio session settings.
    2014-07-17 22:02:28.240 OpenEarsSampleApp[10696:907] hypothesisArray is (
    {
    Hypothesis = “SEVEN EIGHT AND SEVENTY SEVEN SIX AND SEVEN SIX A SIX SEVEN SIX SEVENTY SEVENTY AND EIGHT SEVEN AND TEN SIX AND SEVENTY”;
    Score = “-141684”;
    },
    {
    Hypothesis = “SEVEN EIGHT AND SEVENTY SEVEN SIX AND SEVEN SIX A SIX SEVEN SIX SEVENTY SEVENTY AND EIGHT SEVEN EIGHT TEN SIX AND SEVENTY”;
    Score = “-141685”;
    },
    {
    Hypothesis = “SEVEN EIGHT AND SEVENTY SEVEN SIX AND SEVEN SIX A SIX SEVEN SIX SEVENTY SEVENTY AND EIGHT SEVEN AND TEN SIX AND SIX SEVENTY”;
    Score = “-141713”;
    },
    {
    Hypothesis = “SEVEN EIGHT AND SEVENTY SEVEN SIX AND SEVEN SIX A SIX SEVEN SIX SEVENTY SEVENTY AND EIGHT SEVEN EIGHT TEN SIX AND SIX SEVENTY”;
    Score = “-141714”;
    },
    {
    Hypothesis = “SEVEN EIGHT AND SEVENTY SEVEN SIX AND SEVEN SIX A SIX SEVEN SIX SEVENTY SEVENTY AND EIGHT SEVENTY TEN SIX AND SEVENTY”;
    Score = “-141719”;
    }
    )
    2014-07-17 22:02:28.242 OpenEarsSampleApp[10696:3903] audioCategory is correct, we will leave it as it is.
    2014-07-17 22:02:28.243 OpenEarsSampleApp[10696:3903] bluetoothInput is correct, we will leave it as it is.
    2014-07-17 22:02:28.245 OpenEarsSampleApp[10696:3903] Output Device: SpeakerAndMicrophone.
    2014-07-17 22:02:28.247 OpenEarsSampleApp[10696:3903] categoryDefaultToSpeaker is correct, we will leave it as it is.
    2014-07-17 22:02:28.249 OpenEarsSampleApp[10696:3903] preferredBufferSize is correct, we will leave it as it is.
    2014-07-17 22:02:28.251 OpenEarsSampleApp[10696:3903] preferredSampleRateCheck is correct, we will leave it as it is.
    2014-07-17 22:02:28.252 OpenEarsSampleApp[10696:3903] Setting the variables for the device and starting it.
    2014-07-17 22:02:28.253 OpenEarsSampleApp[10696:3903] Looping through ringbuffer sections and pre-allocating them.
    2014-07-17 22:02:28.307 OpenEarsSampleApp[10696:3903] Started audio output unit.
    2014-07-17 22:02:28.310 OpenEarsSampleApp[10696:3903] Listening.
    2014-07-17 22:02:28.312 OpenEarsSampleApp[10696:907] Pocketsphinx is now listening.
    2014-07-17 22:02:55.636 OpenEarsSampleApp[10696:3903] Speech detected…
    2014-07-17 22:02:55.640 OpenEarsSampleApp[10696:907] Pocketsphinx has detected speech.
    INFO: file_omitted(0): Resized backpointer table to 40000 entries
    2014-07-17 22:03:07.351 OpenEarsSampleApp[10696:3903] Stopping audio unit.
    2014-07-17 22:03:07.352 OpenEarsSampleApp[10696:907] Pocketsphinx has detected a second of silence, concluding an utterance.
    2014-07-17 22:03:07.478 OpenEarsSampleApp[10696:3903] Audio Output Unit stopped, cleaning up variable states.
    2014-07-17 22:03:07.482 OpenEarsSampleApp[10696:3903] Processing speech, please wait…
    INFO: file_omitted(0): cmn_prior_update: from < 65.89 -2.93 -2.81 -2.85 -2.21 -1.95 -0.79 -0.63 -1.07 -0.83 -0.38 -1.05 -0.64 >
    INFO: file_omitted(0): cmn_prior_update: to < 66.29 -2.93 -2.90 -2.83 -2.28 -2.03 -0.81 -0.53 -0.91 -0.87 -0.36 -1.07 -0.66 >
    INFO: file_omitted(0): 21584 words recognized (18/fr)
    INFO: file_omitted(0): 483366 senones evaluated (411/fr)
    INFO: file_omitted(0): 319964 channels searched (272/fr), 23440 1st, 228106 last
    INFO: file_omitted(0): 26548 words for which last channels evaluated (22/fr)
    INFO: file_omitted(0): 21520 candidate words for entering last phone (18/fr)
    INFO: file_omitted(0): fwdtree 3.04 CPU 0.258 xRT
    INFO: file_omitted(0): fwdtree 11.85 wall 1.007 xRT
    INFO: file_omitted(0): Utterance vocabulary contains 39 words
    INFO: file_omitted(0): 13489 words recognized (11/fr)
    INFO: file_omitted(0): 537635 senones evaluated (457/fr)
    INFO: file_omitted(0): 568093 channels searched (483/fr)
    INFO: file_omitted(0): 26914 words searched (22/fr)
    INFO: file_omitted(0): 19446 word transitions (16/fr)
    INFO: file_omitted(0): fwdflat 2.21 CPU 0.188 xRT
    INFO: file_omitted(0): fwdflat 2.21 wall 0.188 xRT
    INFO: file_omitted(0): </s> not found in last frame, using <sil>.1174 instead
    INFO: file_omitted(0): lattice start node <s>.0 end node <sil>.1145
    INFO: file_omitted(0): Eliminated 39 nodes before end node
    INFO: file_omitted(0): Lattice has 1629 nodes, 8834 links
    INFO: file_omitted(0): Normalizer P(O) = alpha(<sil>:1145:1174) = -7596508
    INFO: file_omitted(0): Joint P(O,S) = -7713612 P(S|O) = -117104
    INFO: file_omitted(0): bestpath 2.62 CPU 0.223 xRT
    INFO: file_omitted(0): bestpath 2.61 wall 0.222 xRT
    2014-07-17 22:03:12.318 OpenEarsSampleApp[10696:3903] Pocketsphinx heard “HUNDRED HUNDRED EIGHT AND A A EIGHT A EIGHT ONE HUNDRED AND NINE HUNDRED SEVEN AND AND HUNDRED AND AND” with a score of (-117104) and an utterance ID of 000000004.
    2014-07-17 22:03:12.320 OpenEarsSampleApp[10696:907] The received hypothesis is HUNDRED HUNDRED EIGHT AND A A EIGHT A EIGHT ONE HUNDRED AND NINE HUNDRED SEVEN AND AND HUNDRED AND AND with a score of -117104 and an ID of 000000004
    2014-07-17 22:03:12.325 OpenEarsSampleApp[10696:907] Flite sending interrupt speech request.
    2014-07-17 22:03:12.388 OpenEarsSampleApp[10696:3903] Checking and resetting all audio session settings.
    2014-07-17 22:03:12.388 OpenEarsSampleApp[10696:907] hypothesisArray is (
    {
    Hypothesis = “HUNDRED HUNDRED EIGHT AND A A EIGHT A EIGHT ONE HUNDRED AND NINE HUNDRED SEVEN AND AND HUNDRED AND AND”;
    Score = “-159084”;
    },
    {
    Hypothesis = “HUNDRED HUNDRED EIGHT AND A A EIGHT A EIGHT ONE HUNDRED AND NINE HUNDRED SEVEN AND HUNDRED AND AND”;
    Score = “-159106”;
    },
    {
    Hypothesis = “HUNDRED HUNDRED EIGHT AND A A EIGHT A EIGHT ONE HUNDRED AND NINE HUNDRED SEVEN AND AND HUNDRED AND AND”;
    Score = “-159108”;
    },
    {
    Hypothesis = “HUNDRED HUNDRED EIGHT AND A A EIGHT A EIGHT ONE HUNDRED AND NINE HUNDRED SEVEN AND HUNDRED AND AND”;
    Score = “-159130”;
    },
    {
    Hypothesis = “HUNDRED HUNDRED EIGHT AND A A EIGHT A EIGHT ONE HUNDRED AND NINE HUNDRED SEVEN AND AND HUNDRED AND AND”;
    Score = “-159178”;
    }
    )
    2014-07-17 22:03:12.390 OpenEarsSampleApp[10696:3903] audioCategory is correct, we will leave it as it is.
    2014-07-17 22:03:12.391 OpenEarsSampleApp[10696:3903] bluetoothInput is correct, we will leave it as it is.
    2014-07-17 22:03:12.394 OpenEarsSampleApp[10696:3903] Output Device: SpeakerAndMicrophone.
    2014-07-17 22:03:12.396 OpenEarsSampleApp[10696:3903] categoryDefaultToSpeaker is correct, we will leave it as it is.
    2014-07-17 22:03:12.397 OpenEarsSampleApp[10696:3903] preferredBufferSize is correct, we will leave it as it is.
    2014-07-17 22:03:12.399 OpenEarsSampleApp[10696:3903] preferredSampleRateCheck is correct, we will leave it as it is.
    2014-07-17 22:03:12.400 OpenEarsSampleApp[10696:3903] Setting the variables for the device and starting it.
    2014-07-17 22:03:12.402 OpenEarsSampleApp[10696:3903] Looping through ringbuffer sections and pre-allocating them.
    2014-07-17 22:03:12.467 OpenEarsSampleApp[10696:3903] Started audio output unit.
    2014-07-17 22:03:12.470 OpenEarsSampleApp[10696:3903] Listening.
    2014-07-17 22:03:12.472 OpenEarsSampleApp[10696:907] Pocketsphinx is now listening.
    2014-07-17 22:03:19.304 OpenEarsSampleApp[10696:3903] Speech detected…
    2014-07-17 22:03:19.307 OpenEarsSampleApp[10696:907] Pocketsphinx has detected speech.
    2014-07-17 22:03:31.672 OpenEarsSampleApp[10696:3903] Stopping audio unit.
    2014-07-17 22:03:31.673 OpenEarsSampleApp[10696:907] Pocketsphinx has detected a second of silence, concluding an utterance.
    2014-07-17 22:03:31.798 OpenEarsSampleApp[10696:3903] Audio Output Unit stopped, cleaning up variable states.
    2014-07-17 22:03:31.802 OpenEarsSampleApp[10696:3903] Processing speech, please wait…
    INFO: file_omitted(0): cmn_prior_update: from < 56.04 -5.33 -2.90 -1.22 -2.02 -1.30 -1.48 -0.50 -0.70 -0.48 -0.16 -1.03 -0.12 >
    INFO: file_omitted(0): cmn_prior_update: to < 55.78 -5.33 -2.87 -1.28 -2.12 -1.37 -1.53 -0.40 -0.56 -0.56 -0.20 -0.91 -0.17 >
    INFO: file_omitted(0): 19302 words recognized (16/fr)
    INFO: file_omitted(0): 419798 senones evaluated (359/fr)
    INFO: file_omitted(0): 230899 channels searched (197/fr), 23320 1st, 143118 last
    INFO: file_omitted(0): 22565 words for which last channels evaluated (19/fr)
    INFO: file_omitted(0): 18700 candidate words for entering last phone (15/fr)
    INFO: file_omitted(0): fwdtree 2.80 CPU 0.240 xRT
    INFO: file_omitted(0): fwdtree 12.50 wall 1.068 xRT
    INFO: file_omitted(0): Utterance vocabulary contains 19 words
    INFO: file_omitted(0): 6640 words recognized (6/fr)
    INFO: file_omitted(0): 274281 senones evaluated (234/fr)
    INFO: file_omitted(0): 193293 channels searched (165/fr)
    INFO: file_omitted(0): 12571 words searched (10/fr)
    INFO: file_omitted(0): 9099 word transitions (7/fr)
    INFO: file_omitted(0): fwdflat 1.21 CPU 0.104 xRT
    INFO: file_omitted(0): fwdflat 1.22 wall 0.104 xRT
    INFO: file_omitted(0): </s> not found in last frame, using <sil>.1168 instead
    INFO: file_omitted(0): lattice start node <s>.0 end node <sil>.1158
    INFO: file_omitted(0): Eliminated 1 nodes before end node
    INFO: file_omitted(0): Lattice has 1637 nodes, 3915 links
    INFO: file_omitted(0): Normalizer P(O) = alpha(<sil>:1158:1168) = -7500051
    INFO: file_omitted(0): Joint P(O,S) = -7547188 P(S|O) = -47137
    INFO: file_omitted(0): bestpath 1.93 CPU 0.165 xRT
    INFO: file_omitted(0): bestpath 1.93 wall 0.165 xRT
    2014-07-17 22:03:34.957 OpenEarsSampleApp[10696:3903] Pocketsphinx heard “EIGHT A FIVE TWO E EIGHT TWO” with a score of (-47137) and an utterance ID of 000000005.
    2014-07-17 22:03:34.959 OpenEarsSampleApp[10696:907] The received hypothesis is EIGHT A FIVE TWO E EIGHT TWO with a score of -47137 and an ID of 000000005
    2014-07-17 22:03:34.963 OpenEarsSampleApp[10696:907] Flite sending interrupt speech request.
    2014-07-17 22:03:35.009 OpenEarsSampleApp[10696:3903] Checking and resetting all audio session settings.
    2014-07-17 22:03:35.009 OpenEarsSampleApp[10696:907] hypothesisArray is (
    {
    Hypothesis = “EIGHT A FIVE TWO E EIGHT TWO”;
    Score = “-164058”;
    },
    {
    Hypothesis = “EIGHT A TWO AND TWO E EIGHT TWO”;
    Score = “-164166”;
    },
    {
    Hypothesis = “EIGHT A FIVE E EIGHT TWO”;
    Score = “-164205”;
    },
    {
    Hypothesis = “EIGHT A FIVE TWO E EIGHT EIGHTY”;
    Score = “-164247”;
    },
    {
    Hypothesis = “EIGHT A FIVE TWO EIGHTY EIGHT TWO”;
    Score = “-164250”;
    }
    )
    2014-07-17 22:03:35.011 OpenEarsSampleApp[10696:3903] audioCategory is correct, we will leave it as it is.
    2014-07-17 22:03:35.012 OpenEarsSampleApp[10696:3903] bluetoothInput is correct, we will leave it as it is.
    2014-07-17 22:03:35.015 OpenEarsSampleApp[10696:3903] Output Device: SpeakerAndMicrophone.
    2014-07-17 22:03:35.016 OpenEarsSampleApp[10696:3903] categoryDefaultToSpeaker is correct, we will leave it as it is.
    2014-07-17 22:03:35.018 OpenEarsSampleApp[10696:3903] preferredBufferSize is correct, we will leave it as it is.
    2014-07-17 22:03:35.020 OpenEarsSampleApp[10696:3903] preferredSampleRateCheck is correct, we will leave it as it is.
    2014-07-17 22:03:35.021 OpenEarsSampleApp[10696:3903] Setting the variables for the device and starting it.
    2014-07-17 22:03:35.023 OpenEarsSampleApp[10696:3903] Looping through ringbuffer sections and pre-allocating them.
    2014-07-17 22:03:35.123 OpenEarsSampleApp[10696:3903] Started audio output unit.
    2014-07-17 22:03:35.126 OpenEarsSampleApp[10696:3903] Listening.
    2014-07-17 22:03:35.128 OpenEarsSampleApp[10696:907] Pocketsphinx is now listening.
    2014-07-17 22:03:35.828 OpenEarsSampleApp[10696:3903] Speech detected…
    2014-07-17 22:03:35.832 OpenEarsSampleApp[10696:907] Pocketsphinx has detected speech.
    INFO: file_omitted(0): Resized score stack to 800000 entries
    INFO: file_omitted(0): Resized backpointer table to 80000 entries
    2014-07-17 22:03:56.151 OpenEarsSampleApp[10696:3903] There is reason to suspect the VAD of being out of sync with the current background noise levels in the environment so we will recalibrate.
    2014-07-17 22:03:56.154 OpenEarsSampleApp[10696:3903] Stopping audio unit.
    2014-07-17 22:03:56.154 OpenEarsSampleApp[10696:907] Pocketsphinx has detected a second of silence, concluding an utterance.
    2014-07-17 22:03:56.246 OpenEarsSampleApp[10696:3903] Audio Output Unit stopped, cleaning up variable states.
    2014-07-17 22:03:56.250 OpenEarsSampleApp[10696:3903] Processing speech, please wait…
    INFO: file_omitted(0): cmn_prior_update: from < 64.96 -1.42 -0.92 -2.13 -2.34 -2.07 0.03 -1.13 -0.46 -1.00 -0.57 -1.06 -0.61 >
    INFO: file_omitted(0): cmn_prior_update: to < 64.96 -1.42 -0.92 -2.12 -2.34 -2.07 0.03 -1.13 -0.46 -1.00 -0.56 -1.07 -0.61 >
    INFO: file_omitted(0): 40124 words recognized (20/fr)
    INFO: file_omitted(0): 897012 senones evaluated (438/fr)
    INFO: file_omitted(0): 619524 channels searched (302/fr), 40840 1st, 461459 last
    INFO: file_omitted(0): 48634 words for which last channels evaluated (23/fr)
    INFO: file_omitted(0): 35927 candidate words for entering last phone (17/fr)
    INFO: file_omitted(0): fwdtree 5.30 CPU 0.259 xRT
    INFO: file_omitted(0): fwdtree 20.42 wall 0.998 xRT
    INFO: file_omitted(0): Utterance vocabulary contains 44 words
    INFO: file_omitted(0): 23390 words recognized (11/fr)
    INFO: file_omitted(0): 892704 senones evaluated (436/fr)
    INFO: file_omitted(0): 929216 channels searched (454/fr)
    INFO: file_omitted(0): 44584 words searched (21/fr)
    INFO: file_omitted(0): 33490 word transitions (16/fr)
    INFO: file_omitted(0): fwdflat 3.67 CPU 0.179 xRT
    INFO: file_omitted(0): fwdflat 3.67 wall 0.179 xRT
    INFO: file_omitted(0): </s> not found in last frame, using AND.2044 instead
    INFO: file_omitted(0): lattice start node <s>.0 end node AND.1975
    INFO: file_omitted(0): Eliminated 11 nodes before end node
    INFO: file_omitted(0): Lattice has 2904 nodes, 18355 links

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.