The audio editing recorder (Audacity) is a free cross-platform Audio Editor (including Linux, Windows, and Mac OS X. You can use it to record, play, input and output WAB, AIFF, Ogg Vorbis, and MP3 files, and support most of the commonly used tools, such as cropping, pasting, mixing, uploading/downloading, and special audio effects. You can cut, copy, and paste audio streams (unlimitedly canceled), mix audio tracks, and add effects to recordings. It also has a built-in encapsulation editor, a user-defined audio spectrum template, and a frequency analysis window for audio analysis. Audacity allows you to easily edit music files without any burdens & def provides ideal music file features with built-in sound effects including ECHO, change beats, and reduce noise, the built-in editing, copying, mixing, and special effects can meet General editing requirements. It also supports VST and LADSPA plug-ins.
Source code package
In Audacity 1.3.6 and wxGTK 2.8.9.
Configure: error: Audacity requires libsndfile to be enabled,
Otherwise, install libsndfile-1.0.17.tar.tar (http://www.mega-nerd.com/libsndfile)
Compile and install
Libsndfile-1.0.17.tar.tar:
./Configure
Make
Sudo make install
Cp/usr/local/lib/pkgconfig/sndfile. pc/usr/share/pkgconfig/
Otherwise, an error is returned when audacity is configured. Because
Audacity's configure script. checks
The headers (using pkg-config) because it's going to try and compile
Audacity. (http://n2.nabble.com/Gsoc-2008-td257099.html)
In this case, you can see libsnd in the list through pkg-config -- list-all.
WxGTK-2.8.9.tar.gz:
./Configure; make; sudo make install
Audacity-src-1.3.6.tar.bz2:
./Configure -- disable-unicode -- without-libvorbis
Make
Sudo make install
Run: open a console window in the window environment, and run it in/usr/local/bin/audacity.