sckramer

Forum Replies Created

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

  • Author
    Posts
  • in reply to: suspend listen at first start #1024042
    sckramer
    Participant

    I’ll check it out, Thanks!

    in reply to: suspend listen at first start #1024038
    sckramer
    Participant

    Cool, did the update to 2.0–

    starts in 2.8 seconds on an iPod touch, 1.5s on iPhone 5, 0.85s on iPad air2

    So I’ll lazy-instantiate it on the first request for speech recognition & call it a day, thanks!

    in reply to: suspend listen at first start #1024035
    sckramer
    Participant

    Ok, just checking if it’s an easy option, but agreed and I’ll rethink my design. I built it into it’s own NSObject (gui-less, using NSnotifications to talk to the current viewcontroller) so I can activate it anywhere, and in my case when I first launch the app I load it in viewDidload (with a background queue because there is a 5-7 second delay when you do the “startListening”) but then I need it suspended until the right time in my app.

    So thinking about it more, I’ll load it on the first time it’s needed…

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