做一个微信微拍的系统,从微信的音频中读取回来的格式是amr,但是在苹果系统中不能正常的播放,需要转换为mp3格式。
在终端运行如下命令:
1、sudo apt-get install lame
2、sudo apt-get install sox
3、sudo apt-get install libsox-fmt-mp3
其中3的命令非常重要,否则会提示“sox FAIL formats: no handler for file extension `mp3'”
Linux下把WAV文件转换成MP3文件:http://www.linuxdiyf.com/linux/15605.html
linxu mp3转aac,aac转mp3mp4转mp3 mp4转aac:http://www.linuxdiyf.com/linux/14575.html
Ubuntu下将CD转换为mp3:http://www.linuxdiyf.com/linux/11632.html
为Ubuntu安装一个像千千静听一样的MP3播放器:http://www.linuxdiyf.com/linux/11856.html
Ubuntu播放AVI与MP3影音文件:http://www.linuxdiyf.com/linux/11258.html