While integrating the SpeechRecognition
to a user interface, I always get SpeechRecognitionError
events when trying to call the .play()
method.
I have tried to allow the microphone, but it's always marked as blocked when I refresh the page, and I see no way to allow it.
Is there any way to test this API on localhost?
Also, why is it disabled locally in the first place?