1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY libao-download-http "http://downloads.xiph.org/releases/ao/libao-&libao-version;.tar.gz">
|
---|
8 | <!ENTITY libao-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libao-&libao-version;.tar.gz">
|
---|
9 | <!ENTITY libao-md5sum "12e136a4c0995068ff134997c84421ed">
|
---|
10 | <!ENTITY libao-size "387 KB">
|
---|
11 | <!ENTITY libao-buildsize "3.8 MB">
|
---|
12 | <!ENTITY libao-time "less than 0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="libao" xreflabel="libao-&libao-version;">
|
---|
16 | <?dbhtml filename="libao.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Libao-&libao-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="libao">
|
---|
26 | <primary sortas="a-Libao">Libao</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Libao</title>
|
---|
31 |
|
---|
32 | <para>The <application>libao</application> package contains a
|
---|
33 | cross-platform audio library. This is useful to output audio on a wide variety
|
---|
34 | of platforms. It currently supports WAV files, OSS (Open Sound System),
|
---|
35 | ESD (Enlighten Sound Daemon), ALSA (Advanced Linux Sound Architecture),
|
---|
36 | NAS (Network Audio system) and Polypaudio (next generation
|
---|
37 | <application>GNOME</application> sound architecture).</para>
|
---|
38 |
|
---|
39 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
40 | <itemizedlist spacing="compact">
|
---|
41 | <listitem>
|
---|
42 | <para>Download (HTTP): <ulink url="&libao-download-http;"/></para>
|
---|
43 | </listitem>
|
---|
44 | <listitem>
|
---|
45 | <para>Download (FTP): <ulink url="&libao-download-ftp;"/></para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>Download MD5 sum: &libao-md5sum;</para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>Download size: &libao-size;</para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>Estimated disk space required: &libao-buildsize;</para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>Estimated build time: &libao-time;</para>
|
---|
58 | </listitem>
|
---|
59 | </itemizedlist>
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect3">Libao Dependencies</bridgehead>
|
---|
62 |
|
---|
63 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
64 | <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
|
---|
65 | <xref linkend="esound"/>,
|
---|
66 | <xref linkend="alsa"/>,
|
---|
67 | <xref linkend="arts"/>,
|
---|
68 | <xref linkend="nas"/> and
|
---|
69 | <ulink url="http://0pointer.de/lennart/projects/polypaudio/">Polypaudio</ulink></para>
|
---|
70 |
|
---|
71 | </sect2>
|
---|
72 |
|
---|
73 | <sect2 role="installation">
|
---|
74 | <title>Installation of Libao</title>
|
---|
75 |
|
---|
76 | <para>Install <application>libao</application> by running the following
|
---|
77 | commands:</para>
|
---|
78 |
|
---|
79 | <screen><userinput>./configure --prefix=/usr &&
|
---|
80 | make</userinput></screen>
|
---|
81 |
|
---|
82 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
83 |
|
---|
84 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
85 |
|
---|
86 | </sect2>
|
---|
87 |
|
---|
88 | <sect2 role="configuration">
|
---|
89 | <title>Configuring Libao</title>
|
---|
90 |
|
---|
91 | <sect3 id="libao-config">
|
---|
92 | <title>Config Files</title>
|
---|
93 |
|
---|
94 | <para><filename>/etc/libao.conf</filename> and
|
---|
95 | <filename>~/.libao</filename></para>
|
---|
96 |
|
---|
97 | <indexterm zone="libao libao-config">
|
---|
98 | <primary sortas="e-etc-libao.conf">/etc/libao.conf</primary>
|
---|
99 | </indexterm>
|
---|
100 |
|
---|
101 | <indexterm zone="libao libao-config">
|
---|
102 | <primary sortas="e-AA.libao">~/.libao</primary>
|
---|
103 | </indexterm>
|
---|
104 |
|
---|
105 | </sect3>
|
---|
106 |
|
---|
107 | <sect3>
|
---|
108 | <title>Configuration Information</title>
|
---|
109 |
|
---|
110 | <para>Currently, the only configuration option available is setting the
|
---|
111 | default output device. Issue <command>man libao.conf</command>
|
---|
112 | for details.</para>
|
---|
113 |
|
---|
114 | </sect3>
|
---|
115 |
|
---|
116 | </sect2>
|
---|
117 |
|
---|
118 | <sect2 role="content">
|
---|
119 | <title>Contents</title>
|
---|
120 |
|
---|
121 | <segmentedlist>
|
---|
122 | <segtitle>Installed Programs</segtitle>
|
---|
123 | <segtitle>Installed Libraries</segtitle>
|
---|
124 | <segtitle>Installed Directories</segtitle>
|
---|
125 |
|
---|
126 | <seglistitem>
|
---|
127 | <seg>None</seg>
|
---|
128 | <seg>libao.[so,a] and plugins</seg>
|
---|
129 | <seg>None</seg>
|
---|
130 | </seglistitem>
|
---|
131 | </segmentedlist>
|
---|
132 |
|
---|
133 | <variablelist>
|
---|
134 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
135 | <?dbfo list-presentation="list"?>
|
---|
136 | <?dbhtml list-presentation="table"?>
|
---|
137 |
|
---|
138 | <varlistentry id="libao-lib">
|
---|
139 | <term><filename class='libraryfile'>libao.[so,a]</filename></term>
|
---|
140 | <listitem>
|
---|
141 | <para>provide functions for programs wishing to output sound over
|
---|
142 | supported platforms.</para>
|
---|
143 | <indexterm zone="libao libao-lib">
|
---|
144 | <primary sortas="c-libao">libao.[so,a]</primary>
|
---|
145 | </indexterm>
|
---|
146 | </listitem>
|
---|
147 | </varlistentry>
|
---|
148 |
|
---|
149 | </variablelist>
|
---|
150 |
|
---|
151 | </sect2>
|
---|
152 |
|
---|
153 | </sect1>
|
---|