The LAME package contains an MP3 encoder and optionally, an MP3 frame analyzer. This is useful for creating and analyzing compressed audio files.
Download (HTTP): http://prdownloads.sourceforge.net/lame/lame-3.96.1.tar.gz
Download MD5 sum: e1206c46a5e276feca11a7149e2fc6ac
Download size: 1.3 MB
Estimated disk space required: 15 MB
Estimated build time: 0.39 SBU
Install LAME by running the following commands:
./configure --prefix=/usr --enable-mp3rtp &&
make
Now, as the root user:
make install
--enable-mp3rtp: Builds the encode-to-RTP program.
creates MP3 audio files from raw PCM or .wav data.
is used to encode MP3 with RTP streaming of the output.
is a GTK based graphical MP3 frame analyzer used for debugging, development and studying MP3 frames produced by any encoder.
libraries provide the functions necessary to convert raw PCM and WAV files to MP3 files.
Last updated on 2005-02-14 10:02:53 -0700