SoundConverter是简单和快速转换音频文件的工具。支持几乎所有音频文件格式,支持Gstreamer,并可将音频文件转换为WAV或MP3,OGG,FLAC。可用的最新版本是SoundConverter 2.1.3。
推荐阅读:
Ubuntu 14.04 下载、安装、配置的相关知识 http://www.linuxidc.com/Linux/2014-04/100370.htm
Ubuntu 14.04系统下载地址:http://www.linuxidc.com/Linux/2014-04/100352.htm
Windows 7下硬盘安装Ubuntu 14.04图文教程 http://www.linuxidc.com/Linux/2014-04/100369.htm
———————————–分割线———————————–
因为有GetDeb库可用,Ubuntu 14.04及衍生版本用户通过下面的命令安装:
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install soundconverter
卸载soundconverter命令:
sudo apt-get remove soundconverter
更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2
本文永久更新链接地址:http://www.linuxidc.com/Linux/2014-05/101098.htm