2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-14 10:27:48 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
2004-08-11 08:25:14 +08:00
|
|
|
|
2004-06-14 10:27:48 +08:00
|
|
|
<!ENTITY lame-download-http "http://prdownloads.sourceforge.net/lame/lame-&lame-version;.tar.gz">
|
|
|
|
<!ENTITY lame-download-ftp " ">
|
2005-02-15 01:02:53 +08:00
|
|
|
<!ENTITY lame-md5sum "e1206c46a5e276feca11a7149e2fc6ac">
|
2004-08-11 08:25:14 +08:00
|
|
|
<!ENTITY lame-size "1.3 MB">
|
|
|
|
<!ENTITY lame-buildsize "15 MB">
|
2004-06-14 10:27:48 +08:00
|
|
|
<!ENTITY lame-time "0.39 SBU">
|
|
|
|
]>
|
|
|
|
|
2005-01-26 00:48:26 +08:00
|
|
|
<sect1 id="lame" xreflabel="LAME-&lame-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-07 11:24:31 +08:00
|
|
|
<?dbhtml filename="lame.html"?>
|
2003-09-25 04:01:14 +08:00
|
|
|
<title>LAME-&lame-version;</title>
|
2005-01-26 00:48:26 +08:00
|
|
|
<indexterm zone="lame">
|
2005-01-19 10:54:11 +08:00
|
|
|
<primary sortas="a-LAME">LAME</primary></indexterm>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-06-14 10:27:48 +08:00
|
|
|
<sect2>
|
2004-08-11 08:25:14 +08:00
|
|
|
<title>Introduction to <application><acronym>LAME</acronym></application>
|
|
|
|
</title>
|
2004-06-14 10:27:48 +08:00
|
|
|
|
|
|
|
<para>The <application><acronym>LAME</acronym></application> package contains
|
2004-08-11 08:25:14 +08:00
|
|
|
an <acronym>MP3</acronym> encoder and optionally, an <acronym>MP3</acronym>
|
|
|
|
frame analyzer. This is useful for creating and analyzing compressed
|
2004-06-14 10:27:48 +08:00
|
|
|
audio files.</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&lame-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&lame-download-ftp;"/></para></listitem>
|
2005-02-15 01:02:53 +08:00
|
|
|
<listitem><para>Download MD5 sum: &lame-md5sum;</para></listitem>
|
2004-06-14 10:27:48 +08:00
|
|
|
<listitem><para>Download size: &lame-size;</para></listitem>
|
2005-01-11 01:48:41 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-14 10:27:48 +08:00
|
|
|
&lame-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&lame-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title><application>LAME</application> dependencies</title>
|
|
|
|
<sect4><title>Optional</title>
|
2005-01-19 10:54:11 +08:00
|
|
|
<para><xref linkend="GTK"/>,
|
|
|
|
<xref linkend="NASM"/>,
|
2004-08-11 08:25:14 +08:00
|
|
|
<ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>,
|
|
|
|
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
|
2005-01-19 10:54:11 +08:00
|
|
|
<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
|
|
|
|
</sect4>
|
2004-06-14 10:27:48 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
2005-01-19 10:54:11 +08:00
|
|
|
<title>Installation of
|
|
|
|
<application><acronym>LAME</acronym></application></title>
|
2004-06-14 10:27:48 +08:00
|
|
|
|
2004-08-11 08:25:14 +08:00
|
|
|
<para>Install <application><acronym>LAME</acronym></application> by running
|
|
|
|
the following commands:</para>
|
2004-06-14 10:27:48 +08:00
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --enable-mp3rtp &&
|
2005-01-19 10:54:11 +08:00
|
|
|
make</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
2004-06-14 10:27:48 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--enable-mp3rtp</parameter>: Builds the encode-to-RTP program.</para>
|
|
|
|
|
2004-08-11 08:25:14 +08:00
|
|
|
<!-- <para><option>-enable-mptx</option>: Builds the mp3x program.</para>
|
|
|
|
|
|
|
|
<para><option>-enable-nasm</option>: Enables use of nasm.</para> -->
|
2004-06-14 10:27:48 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2005-01-19 10:54:11 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
|
|
<seg>lame, mp3rtp and optionally, mp3x</seg>
|
|
|
|
<seg>libmp3lame.[so,a]</seg>
|
|
|
|
<seg>/usr/include/lame and /usr/share/doc/lame</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
|
2005-01-26 00:48:26 +08:00
|
|
|
<varlistentry id="lame-prog">
|
2005-01-19 10:54:11 +08:00
|
|
|
<term><command>lame</command></term>
|
|
|
|
<listitem><para>creates <acronym>MP3</acronym> audio files from raw
|
|
|
|
<acronym>PCM</acronym> or <filename>.wav</filename> data.</para>
|
2005-01-26 00:48:26 +08:00
|
|
|
<indexterm zone="lame lame-prog">
|
2005-01-19 10:54:11 +08:00
|
|
|
<primary sortas="b-lame">lame</primary></indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="mp3rtp">
|
|
|
|
<term><command>mp3rtp</command></term>
|
|
|
|
<listitem><para>is used to encode <acronym>MP3</acronym> with
|
|
|
|
<acronym>RTP</acronym> streaming of the output.</para>
|
2005-01-26 00:48:26 +08:00
|
|
|
<indexterm zone="lame mp3rtp">
|
2005-01-19 10:54:11 +08:00
|
|
|
<primary sortas="b-mp3rtp">mp3rtp</primary></indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="mp3x">
|
|
|
|
<term><command>mp3x</command></term>
|
|
|
|
<listitem><para>is a <application><acronym>GTK</acronym></application> based
|
|
|
|
graphical <acronym>MP3</acronym> frame analyzer used for debugging,
|
|
|
|
development and studying <acronym>MP3</acronym> frames produced by any
|
|
|
|
encoder.</para>
|
2005-01-26 00:48:26 +08:00
|
|
|
<indexterm zone="lame mp3x">
|
2005-01-19 10:54:11 +08:00
|
|
|
<primary sortas="b-mp3x">mp3x</primary></indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libmp3lame">
|
|
|
|
<term><filename class='libraryfile'>libmp3lame.[so,a]</filename></term>
|
|
|
|
<listitem><para>libraries provide the functions necessary to convert
|
|
|
|
raw <acronym>PCM</acronym> and <acronym>WAV</acronym> files to
|
|
|
|
<acronym>MP3</acronym> files.</para>
|
2005-01-26 00:48:26 +08:00
|
|
|
<indexterm zone="lame libmp3lame">
|
2005-01-19 10:54:11 +08:00
|
|
|
<primary sortas="c-libmp3lame">libmp3lame.[so,a]</primary></indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2004-06-14 10:27:48 +08:00
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|