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://downloads.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.4 SBU
GTK+-1.2.10, NASM-0.98.39, libsndfile (support is currently broken), Electric Fence and Dmalloc
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lame
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.
--enable-mp3x: Builds the mp3x frame analyzer program (requires GTK+).
Last updated on 2007-01-15 17:25:53 -0600