Audacity是一款免费、开放源码、易于使用的音频编辑器和录音器,可运行在Windows、Mac OS X、GNU/Linux及其它操作系统上。可以使用Audacity进行现场录音、将磁带和录音带转录为数字录音或CD、编辑MP3及WAV音频文件、剪切、拷贝、接合及混音、改变录音的速率和音高等。
下载:http://nchc.dl.sourceforge.net/sourceforge/audacity/audacity-src-1.3.4.tar.bz2
Compilation
To build Audacity, run the following command in the Audacity source directory:
./configure && make
You can type ./configure -help to see a list of compilation options. After Audacity is compiled, run make install as root to install it.
Notes
For additional information about building Audacity on Windows or Mac OS X, see the files win/compile.txt and mac/compile.txt in the Audacity source code directory.