voice
voice copied to clipboard
Listening on background
Hello! Is there someone who have a solution for that, the microphone to listen in background (in android)? I already solve it to listen in some kind of loop but I can't find a way to make it listen in background. :(
@YIvanov97 How did you put it in a loop? I am using componentDidMount() to first trigger my _startVoiceRecognition() and then, After 5 seconds it stops recognizing. I want to keep listening until I say something
@panktibardolia119933 You have to make a condition in when it stop listening to start again and on success to start again. But I'm not sure how to stop the sound
@YIvanov97 hey, were you able to implement this? can you share how?