Audio recording with HTML5

拜拜、爱过 提交于 2019-12-04 15:48:32

As of Chrome Version 27.0.1453.56 beta Mac, audio recording works with this demo application https://github.com/mattdiamond/Recorderjs

This app returns back a WAV file for the user which can be uploaded to the server.

If you want a truly robust solution that works on most desktop web browsers, you may need to resort to Flash.

This article covers up pretty well the current state of audio video capture possibilites using HTML5:

http://hdfvr.com/html5-video-recording

Also for just audio capture, here's a gitHub project that records audio to mp3 directly from the browser:

https://github.com/nusofthq/Recordmp3js

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