Is it possible to record sound with HTML5?

三世轮回 提交于 2019-12-01 03:05:51

问题


I'm considering a web-version of some of our programs and considering HTML5 and Flash.

Anyone know if it's even possible to record audio with HTML5?


回答1:


umm , it's pretty old news but i am just answering for posterity purposes . Google has proposed a Sound Capture API which is still under consideration under W3C HTML speech incubator group ( http://www.w3.org/2005/Incubator/htmlspeech/ ). Google also has posted a TTS example which works on Chrome beta http://slides.html5rocks.com/#speech-input all you have to do is

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




回答2:


A device element that would likely make this possible has been proposed.

It is very new and support among browsers will be somewhere between "weak" and "non-existent".




回答3:


I don't think this feature is available yet, but its been rumored that HTML5 will be able to in the near future.



来源:https://stackoverflow.com/questions/3996377/is-it-possible-to-record-sound-with-html5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!