LAME-3.99.3
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.
--enable-mp3x
: Builds the mp3x frame analyzer program
(requires GTK+).
--disable-static
: prevent
static libraries being built and installed.
--enable-nasm
: Enable the
use of NASM-2.09.10 to compile optimized assembly
routines.
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 2011-12-28 23:27:03 +0000