webkitSpeechRecognition won’t capture audio played in front of a mic in the Google Chrome browser
I am using webkitSpeechRecognition in the browser. I can get speech-to-text when I talk directly on a mic. But it won’t work if I play audio in front of a mic in the Google Chrome browser. At the same time, it works on Microsoft’s edge. So, do you have a solution to capture audio played over a mic and get speech-to-text in the Google Chrome browser?
webkitSpeechRecognition keep listening always without ask for more than one permission
I am using webkitSpeechRecognition to my app, but after some time it stops, and I need that keep listening all the time, how can I do that?.