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.
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.
1 Answer
Reset to default 9This should not be possible, because if it were it would be a privacy hazard — a page could start recording what is said in the vicinity without the user being aware of it or intending to. If there is any way to acplish this, it will most certainly be removed as soon as the browser developers bee aware of the problem.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744864257a4597886.html
评论列表(0条)