Home > Backend Development > PHP Tutorial > html5 - php和javascript 录音

html5 - php和javascript 录音

WBOY
Release: 2016-06-06 20:29:18
Original
1390 people have browsed it

如题,有个功能是要实现录音,大家有什么解决方法吗?
希望是访问一个网站,点击录音,就把声音录下来,传给php,php将声音文件保存起来

回复内容:

如题,有个功能是要实现录音,大家有什么解决方法吗?
希望是访问一个网站,点击录音,就把声音录下来,传给php,php将声音文件保存起来

这个要调用flash

可以看下这个
https://github.com/michalstocki/FlashWavRecorder
http://activeden.net/item/sound-recorder/104191

用webrtc ,不过比较麻烦。 相对简单可以用微信,扫码打开一个h5页面,用微信jssdk录音上传,然后php端下载音频文件。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template