Home >Backend Development >PHP Tutorial >javascript - 微信最新的js_sdk录音下载下来的speex文件怎么解析

javascript - 微信最新的js_sdk录音下载下来的speex文件怎么解析

WBOY
WBOYOriginal
2016-06-06 20:38:391675browse

试过ffmpeg,命令:
ffmpeg -acodec libspeex -i a.speex out.wav
但是不对,有没大神知道怎么把这个文件搞成MP3的

回复内容:

试过ffmpeg,命令:
ffmpeg -acodec libspeex -i a.speex out.wav
但是不对,有没大神知道怎么把这个文件搞成MP3的

微信jssdk语音接口上传的文件类型为speex,第三方在自己的网页无法直接播放(微信团队已经确认该问题,正在努力解决中,预计本周上线优化此问题)

参照:
http://segmentfault.com/q/1010000002506317/a-1020000002513789

Statement:
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