glfs/multimedia/libdriv/speex.xml
Randy McMurchy c6eb1ff1c8 Updated to Speex-1.0.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2578 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-06 19:17:12 +00:00

85 lines
2.7 KiB
XML

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY speex-download-http "http://www.speex.org/download/speex-&speex-version;.tar.gz">
<!ENTITY speex-download-ftp " ">
<!ENTITY speex-size "546 KB">
<!ENTITY speex-buildsize "4.6 MB">
<!ENTITY speex-time "0.13 SBU">
]>
<sect1 id="speex" xreflabel="Speex-&speex-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="speex.html"?>
<title>Speex-&speex-version;</title>
<sect2>
<title>Introduction to <application>Speex</application></title>
<para><application>Speex</application> is an audio compression format designed
especially for speech. It is well-adapted to Internet applications and
provides useful features that are not present in most other
<acronym>CODEC</acronym>s.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&speex-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&speex-download-ftp;"/></para></listitem>
<listitem><para>Download size: &speex-size;</para></listitem>
<listitem><para>Estimated Disk space required: &speex-buildsize;</para></listitem>
<listitem><para>Estimated build time: &speex-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>Speex</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="libogg"/>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Speex</application></title>
<para>Install <application>Speex</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Speex</application> package provides
<command>speexdec</command>,
<command>speexenc</command> and
<filename class="libraryfile">libspeex</filename>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>speexdec</title>
<para><command>speexdec</command> decodes a <application>Speex</application>
file and produces a <acronym>WAV</acronym> or raw file.</para></sect3>
<sect3><title>speexenc</title>
<para><command>speexenc</command> encodes a <acronym>WAV</acronym> or
raw files using <application>Speex</application>.</para></sect3>
<sect3><title>libspeex</title>
<para><filename class="libraryfile">libspeex</filename> provides
functions for the audio encoding/decoding programs.</para></sect3>
</sect2>
</sect1>