I am working on chrome browser. The code
<input x-webkit-speech>
will show this:
if you click the mic icon, you can input speech. like this
My question is how to make it record voice to recognize automatically, without manually click the mic icon?
Such as when the page loaded, it start to record; or write codes to emulate a click event? Is it possible?
May you give a sample code or x-webkit-speech API's document?
Thank you.