sathishkrishna

Forum Replies Created

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

  • Author
    Posts
  • in reply to: stopListening hangs using iOS9 #1030347
    sathishkrishna
    Participant

    That’s Awesome Halle!
    Meanwhile, can I have a beta version of your fix?? I’ll test it out in my application and provide appropriate feedback with issues if any..

    Thanks again!
    sathish

    in reply to: stopListening hangs using iOS9 #1030340
    sathishkrishna
    Participant

    Yeah sure.. another observation is.. Does this problem exist ONLY on arm64 architecture based devices.. I couldn’t try testing on an iOS 8.X with arm64 device to confirm my doubt.. all of my devices are iOS 9.x with arm64.. Hope that helps in your debugging.

    Thanks!
    sathish

    in reply to: stopListening hangs using iOS9 #1030334
    sathishkrishna
    Participant

    Hi,

    Another log trace, which indicates the 10s delay still issue exists without any multi audio session.
    [spoiler]
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: Attempting to start listening session from startListeningWithLanguageModelAtPath:
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: User gave mic permission for this app.
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: Valid setSecondsOfSilence value of 0.400000 will be used.
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: Successfully started listening session from startListeningWithLanguageModelAtPath:
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: Starting listening.
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: about to set up audio session
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: Creating audio session with default settings.
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: audioMode is incorrect, we will change it.
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: audioMode is now on the correct setting.
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: done starting audio unit
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: Restoring SmartCMN value of 25.314453
    May 16 16:55:00 USERs-iPad MyApp.x Debug[2985] <Warning>: Listening.
    May 16 16:55:01 USERs-iPad MyApp.x Debug[2985] <Warning>: Project has these words or phrases in its dictionary:
    !exclamation-point
    “close-quote
    “double-quote
    “END-OF-QUOTE
    “end-QUOTE
    “in-quotes
    “quote
    “unquote
    #sharp-sign
    %percent
    &ampersand
    ’bout
    ’cause
    ‘course
    ‘cuse
    ’em
    ‘end-inner-quote
    ‘end-quote
    ‘frisco
    ‘gain
    ‘inner-quote
    ‘kay
    ‘m
    ‘n
    ‘quote
    ’round
    ‘s
    ‘single-quote
    ’til
    ’tis
    ’twas
    …and 133407 more.
    May 16 16:55:01 USERs-iPad MyApp.x Debug[2985] <Warning>: Recognition loop has started
    May 16 16:55:01 USERs-iPad MyApp.x Debug[2985] <Warning>: Speech detected…
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: End of speech detected…
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Pocketsphinx heard “read emails” with a score of (0) and an utterance ID of 0.
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Stopping listening.
    May 16 16:55:02 USERs-iPad mediaserverd[25] <Error>: 16:55:02.605 EXCEPTION: [0x16e12f000] >va> 470: kAudioHardwareUnknownPropertyError: “unknown property [rtcf/glob/0].”
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Audio route has changed for the following reason:
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: There was a category change. The new category is AVAudioSessionCategoryPlayAndRecord
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: This is not a case in which OpenEars notifies of a route change. At the close of this function, the new audio route is —SpeakerMicrophoneBuiltIn—. The previous route before changing to this route was <AVAudioSessionRouteDescription: 0x13de52860,
    inputs = (
    “<AVAudioSessionPortDescription: 0x1406612b0, type = MicrophoneBuiltIn; name = iPad Microphone; UID = Built-In Microphone; selectedDataSource = Right>”
    );
    outputs = (
    “<AVAudioSessionPortDescription: 0x1406211b0, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>”
    )>.
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Attempting to stop an unstopped utterance so listening can stop.
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:02 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:03 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:04 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:05 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:06 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad syslogd[22] <Notice>: ASL Sender Statistics
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:07 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad syncdefaultsd[2986] <Notice>: (Note ) SYDAccount: no account
    May 16 16:55:08 USERs-iPad syncdefaultsd[2986] <Notice>: (Note ) SYDBootAccount: no account (null)
    May 16 16:55:08 USERs-iPad syncdefaultsd[2986] <Notice>: (Note ) SYDPIMAccount: no account (null)
    May 16 16:55:08 USERs-iPad syncdefaultsd[2986] <Notice>: (Note ) SYDAlwaysOnAccount: no account (null)
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:08 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:09 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:10 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:11 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: Because the utterance couldn’t be stopped in a reasonable timeframe, we will break but prefer to let the decoder leak than force an exception by freeing it when it’s unsafe. If you see this message regularly, it is a bug, so please report the specific circumstances under which you are regularly seeing it.
    May 16 16:55:12 USERs-iPad MyApp.x Debug[2985] <Warning>: No longer listening.
    [/spoiler]

    in reply to: stopListening hangs using iOS9 #1030333
    sathishkrishna
    Participant

    I’ll wait for your fix to the first issue..

    Thanks!
    sathish

    in reply to: stopListening hangs using iOS9 #1030331
    sathishkrishna
    Participant

    Thanks for your quick response.. but the same thing works fine on older version of iOS on older device.

    regards,
    sathishkrishna

    in reply to: stopListening hangs using iOS9 #1030329
    sathishkrishna
    Participant

    Hi,

    I’m having a similar/exact issue, stopListening just keeps hanging for about 10 seconds, and here are the details:

    OS: 9.3.2
    Mem Capacity: 55 gb; available: 53 gb
    device: iPad Air 2
    model: MGKM2LL/A

    —————————–
    LOGS are below
    —————————–
    [spoiler]
    May 16 12:52:03 USERs-iPad MyApp.x Debug[2808] <Warning>: Attempting to start listening session from startListeningWithLanguageModelAtPath:
    May 16 12:52:03 USERs-iPad MyApp.x Debug[2808] <Warning>: User gave mic permission for this app.
    May 16 12:52:03 USERs-iPad MyApp.x Debug[2808] <Warning>: Valid setSecondsOfSilence value of 0.400000 will be used.
    May 16 12:52:03 USERs-iPad MyApp.x Debug[2808] <Warning>: Successfully started listening session from startListeningWithLanguageModelAtPath:
    May 16 12:52:03 USERs-iPad MyApp.x Debug[2808] <Warning>: Starting listening.
    May 16 12:52:03 USERs-iPad MyApp.x Debug[2808] <Warning>: about to set up audio session
    May 16 12:52:03 USERs-iPad MyApp.x Debug[2808] <Warning>: Creating audio session with default settings.
    May 16 12:52:03 USERs-iPad MyApp.x Debug[2808] <Warning>: audioMode is correct, we will leave it as it is.
    May 16 12:52:03 USERs-iPad mediaserverd[25] <Error>: 12:52:03.946 ERROR: [0x16e12f000] >va> 505: Error ‘what’ getting client format for physical format [ 16/16000/1; flags: 0xc; bytes/packet: 2; frames/packet: 1; bytes/frame: 2; ]
    May 16 12:52:04 USERs-iPad MyApp.x Debug[2808] <Warning>: Audio route has changed for the following reason:
    May 16 12:52:04 USERs-iPad MyApp.x Debug[2808] <Warning>: There was a category change. The new category is AVAudioSessionCategoryPlayAndRecord
    May 16 12:52:04 USERs-iPad MyApp.x Debug[2808] <Warning>: This is not a case in which OpenEars notifies of a route change. At the close of this function, the new audio route is —SpeakerMicrophoneBuiltIn—. The previous route before changing to this route was <AVAudioSessionRouteDescription: 0x12e62e5c0,
    inputs = (
    “<AVAudioSessionPortDescription: 0x12e786190, type = MicrophoneBuiltIn; name = iPad Microphone; UID = Built-In Microphone; selectedDataSource = Front>”
    );
    outputs = (
    “<AVAudioSessionPortDescription: 0x12e7434f0, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>”
    )>.
    May 16 12:52:04 USERs-iPad MyApp.x Debug[2808] <Warning>: done starting audio unit
    May 16 12:52:04 USERs-iPad MyApp.x Debug[2808] <Warning>: Restoring SmartCMN value of 21.918213
    May 16 12:52:04 USERs-iPad MyApp.x Debug[2808] <Warning>: Listening.
    May 16 12:52:04 USERs-iPad MyApp.x Debug[2808] <Warning>: Project has these words or phrases in its dictionary:
    !exclamation-point
    “close-quote
    “double-quote
    “END-OF-QUOTE
    “end-QUOTE
    “in-quotes
    “quote
    “unquote
    #sharp-sign
    %percent
    &ampersand
    ’bout
    ’cause
    ‘course
    ‘cuse
    ’em
    ‘end-inner-quote
    ‘end-quote
    ‘frisco
    ‘gain
    ‘inner-quote
    ‘kay
    ‘m
    ‘n
    ‘quote
    ’round
    ‘s
    ‘single-quote
    ’til
    ’tis
    ’twas
    …and 133407 more.
    May 16 12:52:04 USERs-iPad MyApp.x Debug[2808] <Warning>: Recognition loop has started
    May 16 12:52:06 USERs-iPad MyApp.x Debug[2808] <Warning>: Speech detected…
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: End of speech detected…
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Pocketsphinx heard “read my news” with a score of (0) and an utterance ID of 1.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Stopping listening.
    May 16 12:52:07 USERs-iPad mediaserverd[25] <Error>: 12:52:07.419 ERROR: [0x16e35f000] >va> 505: Error ‘what’ getting client format for physical format [ 16/44100/2; flags: 0xc; bytes/packet: 4; frames/packet: 1; bytes/frame: 4; ]
    May 16 12:52:07 USERs-iPad mediaserverd[25] <Error>: 12:52:07.442 EXCEPTION: [0x16e0a3000] >va> 470: kAudioHardwareUnknownPropertyError: “unknown property [rtcf/glob/0].”
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Audio route has changed for the following reason:
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: There was a category change. The new category is AVAudioSessionCategoryPlayAndRecord
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: This is not a case in which OpenEars notifies of a route change. At the close of this function, the new audio route is —SpeakerMicrophoneBuiltIn—. The previous route before changing to this route was <AVAudioSessionRouteDescription: 0x12e55fa60,
    inputs = (
    “<AVAudioSessionPortDescription: 0x13093bc10, type = MicrophoneBuiltIn; name = iPad Microphone; UID = Built-In Microphone; selectedDataSource = Right>”
    );
    outputs = (
    “<AVAudioSessionPortDescription: 0x12e6298a0, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>”
    )>.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Attempting to stop an unstopped utterance so listening can stop.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:07 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:08 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:09 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:10 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:11 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:12 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:13 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:14 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:15 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:16 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:17 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:17 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:17 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:17 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:17 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:17 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:17 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:17 USERs-iPad MyApp.x Debug[2808] <Warning>: Unable to stop listening because because an utterance is still in progress; trying again.
    May 16 12:52:17 USERs-iPad MyApp.x Debug[2808] <Warning>: Because the utterance couldn’t be stopped in a reasonable timeframe, we will break but prefer to let the decoder leak than force an exception by freeing it when it’s unsafe. If you see this message regularly, it is a bug, so please report the specific circumstances under which you are regularly seeing it.
    May 16 12:52:17 USERs-iPad MyApp.x Debug[2808] <Warning>: No longer listening.
    [/spoiler]

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