I currently have for my web application a speech recognition functionality achieved with a Speech Recognition
library named annyang
. This works only in chrome because x-webkit-speech
(which is used for speech recognition) works only for Chrome.
My question here is if I can do something(even if I have to do radical changes) to have a speech recognition functionality in Mozilla Firefox too (and eventually in IE).