%general-entities; ]> $LastChangedBy$ $Date$ LAME-&lame-version; LAME Introduction to LAME The LAME package contains an MP3 encoder and optionally, an MP3 frame analyzer. This is useful for creating and analyzing compressed audio files. &lfs65_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &lame-md5sum; Download size: &lame-size; Estimated disk space required: &lame-buildsize; Estimated build time: &lame-time; LAME Dependencies Optional , , libsndfile (support is currently broken), Electric Fence and Dmalloc User Notes: Installation of 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 Command Explanations --enable-mp3rtp: Builds the encode-to-RTP program. : Builds the mp3x frame analyzer program (requires GTK+). --disable-static: prevent static libraries being built and installed. --enable-nasm: Enable the use of to compile optimized assembly routines. Contents Installed Programs Installed Library Installed Directories lame, mp3rtp, and optionally, mp3x libmp3lame.{so,a} /usr/include/lame and /usr/share/doc/lame Short Descriptions lame creates MP3 audio files from raw PCM or .wav data. lame mp3rtp is used to encode MP3 with RTP streaming of the output. mp3rtp mp3x is a GTK based graphical MP3 frame analyzer used for debugging, development and studying MP3 frames produced by any encoder. mp3x libmp3lame.{so,a} libraries provide the functions necessary to convert raw PCM and WAV files to MP3 files. libmp3lame.{so,a}