Dictation in Edge Explorer

Copper Contributor

Good morning.

I am trying to develop an online dictation with javascript.

A question is asked and the user has to be able to answer it by voice, in any device that has a microphone, mobile, pc etc...

 

I am using the api Web Speech API

https://developer.mozilla.org/es/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API

 

I collect the commands that captures the Web Speech API and chain them to form a text and thus obtain the answer that gives me the user, I have searched for alternative methods to dictate with javascript but I have not found any.

 

The question is that in google chrome this is working for me, but in Edge it is giving me problems because it does not recognize the Weeb Speech Api.

 

Is there any way to make the Weeb Speech Api work in Edge or any alternative way to dictate?

I have done a lot of googling and have not found any answers.

 

Thank you very much for your time :)

0 Replies