admin管理员组文章数量:1404927
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.
本文标签:
版权声明:本文标题:javascript - x-webkit-speech, how to auto click the mic icon to record many words automatically? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744864256a2629254.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论