Speech Recognition on Android #708
Unanswered
wagenheimer
asked this question in
Q&A
Replies: 1 comment
-
your issue with ExtraSpeechInputCompleteSilenceLengthMillis - once you use it, recognition does not work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anybody here was able to make Speech Recognition work on Android as expected?
I implemented everything as expected, but both Listen for a Phrase and Continuous Dictation do have problems.
Before using Shiny, I tried to do it manually using this code, and It worked:
It understands what I say almost 100% of the time. But it does show a dialog when it's listening, and I want to avoid that dialog so I can automatically turn on listening without user interaction.
Shiny does this, but unfortunately for some reason, when I use it, it doesn't understand or hear what I say. It makes the listening sound, I speak, then it makes the "error" sound. Sometimes when it understands, it makes the sound of "success" and correctly understands what I say.
I checked all the Shiny source code on Git, and in the part that I understood, I couldn't see anything different from the code that I manually tested and it worked.
Is anyone successfully using it with Android?
Beta Was this translation helpful? Give feedback.
All reactions