需要把amr格式的音频转换为mp3。
安装:
apt-get install sox
默认安装没有包含mp3格式的转换,所以还要安装:
apt-get install libsox-fmt-mp3
一些常用方法参考:http://www.thegeekstuff.com/2009/05/sound-exchange-sox-15-examples-to-manipulate-audio-files/
Life for idea, and make them happen
需要把amr格式的音频转换为mp3。
安装:
apt-get install sox
默认安装没有包含mp3格式的转换,所以还要安装:
apt-get install libsox-fmt-mp3
一些常用方法参考:http://www.thegeekstuff.com/2009/05/sound-exchange-sox-15-examples-to-manipulate-audio-files/