suspend/resume question

Home Forums OpenEars suspend/resume question

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

  • Author
    Posts
  • #1015857
    bluemoonj
    Participant

    I am implementing a button with suspend/resume support,
    when user holds the button, (touch down), voice recognition work, as soon as release the button (touch up inside), voice recognition suspend.

    but during the practical usage, very often, user release the button as soon as they finish the recording, this happens before OpenEars returns hypothesis, thus even user thinks he has finished the sentence, but the program got nothing since no hypothesis being returned.

    my question is, is there a way to force OpenEars finish current detection loop (and return hpyothesis if found any) before suspending?

    thanks for any help in advance.

    #1015860
    Halle Winkler
    Politepix

    Hello,

    There is no way in the API to submit speech for recognition arbitrarily instead of continuously (other than submitting a WAV file for recognition). Since this is more of an issue with the app state being unclear to the user while they are using a touch UI, one fix for it might be enhancing the visual UI so that it is clearer to the user that the recognition is still working. Another alternative would be to search for the one or two forum entries here in which someone hacked in forcing recognition at arbitrary intervals.

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