I am trying to implement voice recognition functionality in my mvc application. I used webkitSpeechRecognition
to achieve this but it is working on chrome only.
So first of all, Is it possible to get it for all browser (in mvc)? what should I do to make it working on all browsers? Is there any another approach or I need to amend something else in it only?
Please suggest some references or correct approach.