How to record voice in a browser?

后端 未结 3 1943
醉酒成梦
醉酒成梦 2021-02-14 01:52

I need users to record their voice on a browser and then automatically upload the resulting mp3 to a webserver.

I am thinking the user presses a big fat start record/sto

3条回答
  •  萌比男神i
    2021-02-14 02:10

    The ideal solution would be getUserMedia and the Stream API. Unfortunately, it is currently not well-supported across modern browsers. As of June 14, 2012 the only browser confirmed to have support according to caniuse.com is Chrome 21. Others appear to be working on solid implementations.

    Until native support arrives, Flash can access and record both audio and video.

提交回复
热议问题