Hello! I have a question about the SpeechRecognize...
# android
j
Hello! I have a question about the SpeechRecognizer, and I don't know if anyone is familiar with it or has gone through the same problem. What I'm trying to do is that when pressing a button it starts recording, and when the button is released it stops recording. I have tried calling the
stopListening()
method as well as the
cancel()
method, but they are both ignored and nothing happens. I don't know if anyone has done this before, but I appreciate any help
stackoverflow 1
google 1
In case it might help anyone I see this issue that I think is related with this https://issuetracker.google.com/issues/158198432