ubuntu下 微信amr语音转换成mp3格式
时间:2015-06-22 19:24:32
收藏:0
阅读:638
安装如下软件
1、sudo apt-get install lame
2、sudo apt-get install sox
3、sudo apt-get install libsox-fmt-mp3
使用如下命令:
sox test.amr test.mp3
评论(0)