Audacity source code compilation and installation on RHEL5

Source: Internet
Author: User
The audio editing recorder (Audacity) is a free cross-platform Audio Editor (including Linux, Windows, and MacOSX. You can use it to record, play, input and output WAB, AIFF, OggVorbis, 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 sound

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.