I am trying to use the new x-webkit-speech function in a simple HTML/JavaScript extension in Google Chrome. I, however, have tried and tried looking at a bunch of e
x-webkit-speech
if (document.createElement("input").webkitSpeech === undefined) { alert("Speech input is not supported in your browser."); }
you can use this code