I have been trying to find a voice recognition library in JavaScript but unfortunately i couldn't find any options and i really don't want to limit my project to only one browser.All the thing i could find were based on the chrome tool of voice recognition
I would recommend using webkitSpeechRecognition. It's going to be hard to find something that all browsers are compatible with, but, as you can see below, webkitSpeechRecognition works mainly with Chrome and Safari, which are the two main browsers.