glfs/multimedia/libdriv/speex.xml

134 lines
4.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/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-md5sum "15a0686b7e1f81d352a648044b350fcc">
<!ENTITY speex-size "546 KB">
<!ENTITY speex-buildsize "4.6 MB">
<!ENTITY speex-time "0.13 SBU">
]>
<sect1 id="speex" xreflabel="Speex-&speex-version;">
<?dbhtml filename="speex.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Speex-&speex-version;</title>
<indexterm zone="speex">
<primary sortas="a-Speex">Speex</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Speex</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 CODECs.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<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 MD5 sum: &speex-md5sum;</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>
<bridgehead renderas="sect3">Speex Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="libogg"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Speex</title>
<para>Install <application>Speex</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>speexdec and speexenc</seg>
<seg>libspeex.[so,a]</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="speexdec">
<term><command>speexdec</command></term>
<listitem>
<para>decodes a <application>Speex</application> file and
produces a WAV or raw file.</para>
<indexterm zone="speex speexdec">
<primary sortas="b-speexdec">speexdec</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="speexenc">
<term><command>speexenc</command></term>
<listitem>
<para>encodes a WAV or raw files using
<application>Speex</application>.</para>
<indexterm zone="speex speexenc">
<primary sortas="b-speexenc">speexenc</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libspeex">
<term><filename class='libraryfile'>libspeex.[so,a]</filename></term>
<listitem>
<para>provides functions for the audio encoding/decoding programs.</para>
<indexterm zone="speex libspeex">
<primary sortas="c-libspeex">libspeex.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>