Is it possible to record sound with HTML5?

后端 未结 3 1825
梦如初夏
梦如初夏 2021-01-13 00:01

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?

3条回答
  •  深忆病人
    2021-01-13 00:18

    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 />

提交回复
热议问题