LAME-3.96.1

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.

Package information

LAME dependencies

Installation of LAME

Install LAME by running the following commands:

./configure --prefix=/usr --enable-mp3rtp &&
make

Now, as the root user:

make install

Command explanations

--enable-mp3rtp: Builds the encode-to-RTP program.

Contents

Installed Programs: lame, mp3rtp and optionally, mp3x
Installed Library: libmp3lame.[so,a]
Installed Directories: /usr/include/lame and /usr/share/doc/lame

Short Descriptions

lame

creates MP3 audio files from raw PCM or .wav data.

mp3rtp

is used to encode MP3 with RTP streaming of the output.

mp3x

is a GTK based graphical MP3 frame analyzer used for debugging, development and studying MP3 frames produced by any encoder.

libmp3lame.[so,a]

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