LAME-3.95.1

Introduction to LAME

The LAME package contains a MP3 encoder. This is useful for creating compressed audio files.

Package information

LAME dependencies

Optional

GTK+-1.2.10 and NASM-0.98.38

Installation of LAME

Install LAME by running the following commands:

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

Command explanations

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

--enable-nasm: Enables use of nasm.

Contents

The LAME package contains lame and libmp3lame libraries.

Description

lame

lame creates MP3 audio files.

mp3rtp

Encode to MP3 with RTP streaming of the output.

libmp3lame libraries

libmp3lame libraries provide the functions necessary to convert WAV files to MP3 files.