source: multimedia/audioutils/lame.xml@ 86af98a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3629 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY lame-download-http "http://prdownloads.sourceforge.net/lame/lame-&lame-version;.tar.gz">
7 <!ENTITY lame-download-ftp " ">
8 <!ENTITY lame-md5sum "e1206c46a5e276feca11a7149e2fc6ac">
9 <!ENTITY lame-size "1.3 MB">
10 <!ENTITY lame-buildsize "15 MB">
11 <!ENTITY lame-time "0.39 SBU">
12]>
13
14<sect1 id="lame" xreflabel="LAME-&lame-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="lame.html"?>
20<title>LAME-&lame-version;</title>
21<indexterm zone="lame">
22<primary sortas="a-LAME">LAME</primary></indexterm>
23
24<sect2>
25<title>Introduction to <application><acronym>LAME</acronym></application>
26</title>
27
28<para>The <application><acronym>LAME</acronym></application> package contains
29an <acronym>MP3</acronym> encoder and optionally, an <acronym>MP3</acronym>
30frame analyzer. This is useful for creating and analyzing compressed
31audio files.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP): <ulink
36url="&lame-download-http;"/></para></listitem>
37<listitem><para>Download (FTP): <ulink
38url="&lame-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &lame-md5sum;</para></listitem>
40<listitem><para>Download size: &lame-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&lame-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&lame-time;</para></listitem></itemizedlist>
45</sect3>
46
47<sect3><title><application>LAME</application> dependencies</title>
48<sect4><title>Optional</title>
49<para><xref linkend="GTK"/>,
50<xref linkend="NASM"/>,
51<ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>,
52<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
53<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
54</sect4>
55</sect3>
56
57</sect2>
58
59<sect2>
60<title>Installation of
61<application><acronym>LAME</acronym></application></title>
62
63<para>Install <application><acronym>LAME</acronym></application> by running
64the following commands:</para>
65
66<screen><userinput><command>./configure --prefix=/usr --enable-mp3rtp &amp;&amp;
67make</command></userinput></screen>
68
69<para>Now, as the root user:</para>
70
71<screen><userinput role='root'><command>make install</command></userinput></screen>
72
73</sect2>
74
75<sect2>
76<title>Command explanations</title>
77
78<para><parameter>--enable-mp3rtp</parameter>: Builds the encode-to-RTP program.</para>
79
80<!-- <para><option>-enable-mptx</option>: Builds the mp3x program.</para>
81
82<para><option>-enable-nasm</option>: Enables use of nasm.</para> -->
83
84</sect2>
85
86<sect2>
87<title>Contents</title>
88
89<segmentedlist>
90<segtitle>Installed Programs</segtitle>
91<segtitle>Installed Library</segtitle>
92<segtitle>Installed Directories</segtitle>
93<seglistitem>
94<seg>lame, mp3rtp and optionally, mp3x</seg>
95<seg>libmp3lame.[so,a]</seg>
96<seg>/usr/include/lame and /usr/share/doc/lame</seg>
97</seglistitem>
98</segmentedlist>
99
100<variablelist>
101<bridgehead renderas="sect3">Short Descriptions</bridgehead>
102<?dbfo list-presentation="list"?>
103
104<varlistentry id="lame-prog">
105<term><command>lame</command></term>
106<listitem><para>creates <acronym>MP3</acronym> audio files from raw
107<acronym>PCM</acronym> or <filename>.wav</filename> data.</para>
108<indexterm zone="lame lame-prog">
109<primary sortas="b-lame">lame</primary></indexterm>
110</listitem>
111</varlistentry>
112
113<varlistentry id="mp3rtp">
114<term><command>mp3rtp</command></term>
115<listitem><para>is used to encode <acronym>MP3</acronym> with
116<acronym>RTP</acronym> streaming of the output.</para>
117<indexterm zone="lame mp3rtp">
118<primary sortas="b-mp3rtp">mp3rtp</primary></indexterm>
119</listitem>
120</varlistentry>
121
122<varlistentry id="mp3x">
123<term><command>mp3x</command></term>
124<listitem><para>is a <application><acronym>GTK</acronym></application> based
125graphical <acronym>MP3</acronym> frame analyzer used for debugging,
126development and studying <acronym>MP3</acronym> frames produced by any
127encoder.</para>
128<indexterm zone="lame mp3x">
129<primary sortas="b-mp3x">mp3x</primary></indexterm>
130</listitem>
131</varlistentry>
132
133<varlistentry id="libmp3lame">
134<term><filename class='libraryfile'>libmp3lame.[so,a]</filename></term>
135<listitem><para>libraries provide the functions necessary to convert
136raw <acronym>PCM</acronym> and <acronym>WAV</acronym> files to
137<acronym>MP3</acronym> files.</para>
138<indexterm zone="lame libmp3lame">
139<primary sortas="c-libmp3lame">libmp3lame.[so,a]</primary></indexterm>
140</listitem>
141</varlistentry>
142</variablelist>
143
144</sect2>
145
146</sect1>
147
Note: See TracBrowser for help on using the repository browser.