Android without auto stopped recognition

Welcome! Forums Unity Plugins Mobile Speech Recognizer Android without auto stopped recognition

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #115
    NicholasRome
    Participant

    Is there a way to stop Androids from auto-stopping when you stop speaking? I want it to function identically to how it works on iOS.

    #117
    PiotrPiotr
    Keymaster

    Hey,
    I am sorry but it’s not supported by Google engine.

    #120
    NicholasRome
    Participant

    Hm, thats unfortunate. Is there at least a way to change how long it takes to turn off?
    I found some properties in here:
    https://developer.android.com/reference/android/speech/RecognizerIntent.html

    But can’t figure out how to access them using the plug ins framework.

    #121
    PiotrPiotr
    Keymaster

    I’ve added option to change those parameters, but sadly Google made a big fail about it and it seems those settings stopped working since ICS.
    Take a look at those links:
    http://stackoverflow.com/questions/15660805/android-extras-about-speech-recognition-does-not-work
    https://issuetracker.google.com/issues/36928328

    I will send unity package on your email with version having option to change those values. Maybe you want to play with it anyway.

    #1416
    AnaisCreateForLife
    Participant

    Hi!

    Is this still a not supported feature on Android? I also would like change how long it takes to turn off

    Thanks

    #1690
    Ahmaad
    Participant

    Hi, Can you please send me the package as I want to give around 40 to 50 seconds to speak. How can I skip “failed during recording” listener so I have to wait for full 40 to 50 seconds at least? Because the “final result” never called when “failed during recording” called.

    #1720
    PiotrPiotr
    Keymaster

    Guys, check links I sent above. This issue still seems to be present and Google does not care about it.

    #1815
    oopss00
    Participant

    The voice recognition will be executed once the current start button is pressed.

    I want to continue to recognize the voice when the start button is pressed once the voice recognition succeeds or fails and an error message is displayed.

    Example: Voice recognition start button-> Speech recognition success-> StartRecording execution-> Speech recognition error-> StartRecording start-> Speech recognition success

    Is there any way to get voice recognition continuously like the example above?

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