Does Chrome have built-in speech recognition for “

2019-01-16 20:22发布

I'm wondering how

<input type="text" x-webkit-speech speech />

Is there a speech recognition enging built into Chrome or is it accessing an underlying speech recognition facility in the operating system?

10条回答
来,给爷笑一个
2楼-- · 2019-01-16 20:54

I just confirmed this on my Chrome Cr-48, it works.

查看更多
Rolldiameter
3楼-- · 2019-01-16 20:58

There is also a working group that produced http://www.w3.org/TR/xhtml+voice/ but I don't believe this is implemented in any browser except Opera.

查看更多
smile是对你的礼貌
4楼-- · 2019-01-16 20:59

They are using their own API for speech recognition. Ex: sending a post request to there servers.

查看更多
劫难
5楼-- · 2019-01-16 21:01

Speech recognition is a proposal by Google. https://docs.google.com/View?id=dcfg79pz_5dhnp23f5

The feature ships with Chrome 8+ and it looks like it sends the data to google servers to perform the actual recognition.

查看更多
你好瞎i
6楼-- · 2019-01-16 21:02

This feature now works on chrome 11 beta.

check this out..

http://slides.html5rocks.com/#speech-input

查看更多
男人必须洒脱
7楼-- · 2019-01-16 21:03

This might be of interest https://github.com/taf2/speech2text ruby bindings for the google speech to text API

查看更多
登录 后发表回答