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