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 07:30:44 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
2005-01-02 07:06:27 +08:00
|
|
|
|
2005-04-27 09:33:31 +08:00
|
|
|
<!ENTITY libao-download-http "http://downloads.xiph.org/releases/ao/libao-&libao-version;.tar.gz">
|
2005-01-02 07:06:27 +08:00
|
|
|
<!ENTITY libao-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libao-&libao-version;.tar.gz">
|
2005-04-27 09:33:31 +08:00
|
|
|
<!ENTITY libao-md5sum "12e136a4c0995068ff134997c84421ed">
|
|
|
|
<!ENTITY libao-size "387 KB">
|
|
|
|
<!ENTITY libao-buildsize "3.8 MB">
|
|
|
|
<!ENTITY libao-time "less than 0.1 SBU">
|
2004-06-14 07:30:44 +08:00
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<sect1 id="libao" xreflabel="libao-&libao-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="libao.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>libao-&libao-version;</title>
|
|
|
|
|
2004-06-14 07:30:44 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>libao</application></title>
|
|
|
|
|
|
|
|
<para>The <application>libao</application> package contains a cross-platform
|
2005-01-02 07:06:27 +08:00
|
|
|
audio library. This is useful to output audio on a wide variety of platforms.
|
|
|
|
It currently supports <acronym>WAV</acronym> files, <acronym>OSS</acronym>
|
2005-04-27 09:33:31 +08:00
|
|
|
(Open Sound System), <acronym>ESD</acronym> (Enlighten Sound Daemon),
|
|
|
|
<acronym>ALSA</acronym> (Advanced Linux Sound Architecture), NAS (Network
|
|
|
|
Audio system) and Polypaudio (next generation
|
|
|
|
<application><acronym>GNOME</acronym></application> sound architecture).</para>
|
2004-06-14 07:30:44 +08:00
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&libao-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&libao-download-ftp;"/></para></listitem>
|
2005-02-14 13:28:45 +08:00
|
|
|
<listitem><para>Download MD5 sum: &libao-md5sum;</para></listitem>
|
2004-06-14 07:30:44 +08:00
|
|
|
<listitem><para>Download size: &libao-size;</para></listitem>
|
2005-01-02 07:06:27 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-14 07:30:44 +08:00
|
|
|
&libao-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&libao-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title><application>libao</application> dependencies</title>
|
|
|
|
<sect4><title>Optional</title>
|
2005-01-02 07:06:27 +08:00
|
|
|
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
|
|
|
|
<xref linkend="esound"/>,
|
|
|
|
<xref linkend="alsa"/>,
|
2005-04-27 09:33:31 +08:00
|
|
|
<xref linkend="arts"/>,
|
|
|
|
<xref linkend="nas"/> and
|
|
|
|
<ulink url="http://0pointer.de/lennart/projects/polypaudio/">Polypaudio</ulink>
|
|
|
|
</para>
|
2005-01-02 07:06:27 +08:00
|
|
|
</sect4>
|
2004-06-14 07:30:44 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>libao</application></title>
|
|
|
|
|
|
|
|
<para>Install <application>libao</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
2005-04-27 09:33:31 +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 07:30:44 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2005-01-02 07:06:27 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Configuring <application>libao</application></title>
|
|
|
|
|
|
|
|
<sect3><title>Config files</title>
|
|
|
|
<para><filename>/etc/libao.conf</filename> and
|
|
|
|
<filename>~/.libao</filename></para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>Configuration information</title>
|
|
|
|
<para>Currently, the only configuration option available is setting the
|
|
|
|
default output device. Issue <command>man libao.conf</command> for
|
|
|
|
details.</para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2004-06-14 07:30:44 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2005-01-02 07:06:27 +08:00
|
|
|
<para>The <application>libao</application> package contains
|
|
|
|
<filename class="libraryfile">libao</filename> libraries and
|
|
|
|
plugins.</para>
|
2004-06-14 07:30:44 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>ao libraries</title>
|
2005-01-02 07:06:27 +08:00
|
|
|
<para><filename class="libraryfile">libao</filename> libraries provide
|
|
|
|
functions for programs wishing to output sound over supported
|
|
|
|
platforms.</para></sect3>
|
2004-06-14 07:30:44 +08:00
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|