Best approach for stoping/starting recogniser

Home Forums OpenEars Best approach for stoping/starting recogniser

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

  • Author
    Posts
  • #1027080
    kelvin.k
    Participant

    Hi Halle,

    I am using OpenEars library within my application. It is working fine and recognising all vocabulary. But i have a scenario, in which application is getting slow. When i have gone through the code, i found that following is getting more time to execute.

    error = [[OEPocketsphinxController sharedInstance] stopListening];

    My scenario is like Suppose I have a form and i want to enter some fixed words into the UITextFields present on the form. For this purpose, i have to change the array that contains different words for different textfields. Before starting with new vocabulary, I am calling the above code to stop the OEPocketsphinxController and then start it again. All the things are working fine except application is getting slow/hanged for a while.

    Please suggest me what am i doing wrong here?

    #1027087
    Halle Winkler
    Politepix

    Welcome,

    Please check out the post Please read before you post – how to troubleshoot and provide logging info here so you can see how to turn on and share the logging that provides troubleshooting information for this kind of issue.

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