How to implement Google Voice Recognition in mvc, compatible for all browsers

I am trying to implement voice recognition function in my mvc application. I used webkitSpeechRecognitionto achieve this, but it only works with chrome.

So, first of all, is it possible to get it for all browsers (in mvc)? What should I do to make it work on all browsers? Is there a different approach or do I just need to change something in it?

Please suggest some links or the right approach.

+4
source share
1 answer

webkitSpeechRecognition api has poor support for all web browsers, see the following table:

enter image description here

firefox, MND: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API

0

Source: https://habr.com/ru/post/1621469/


All Articles