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
GTK+-1.2.10, NASM-0.98.39, libsndfile, Electric Fence and Dmalloc
Install LAME by running the following commands:
./configure --prefix=/usr --enable-mp3rtp && make
To test the results, issue: make test.
Now, as the root user:
make install
--enable-mp3rtp: Builds the encode-to-RTP program.
Last updated on 2005-08-01 13:29:19 -0600