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.
source
share