source: multimedia/libdriv/libao.xml

trunk
Last change on this file was 0c848d7, checked in by Xi Ruoyao <xry111@…>, 3 weeks ago

bookwide: Replace most references to "alsa" with "alsa-lib"

For gnome-settings-daemon alsa-lib is already required, so simply drop
"alsa".

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libao-download-http "https://downloads.xiph.org/releases/ao/libao-&libao-version;.tar.gz">
8 <!ENTITY libao-download-ftp " ">
9 <!ENTITY libao-md5sum "9f5dd20d7e95fd0dd72df5353829f097">
10 <!ENTITY libao-size "456 KB">
11 <!ENTITY libao-buildsize "3.9 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
19 <title>Libao-&libao-version;</title>
20
21 <indexterm zone="libao">
22 <primary sortas="a-Libao">Libao</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Libao</title>
27
28 <para>
29 The <application>libao</application> package contains a
30 cross-platform audio library. This is useful to output audio on a wide
31 variety of platforms. It currently supports WAV files, OSS (Open Sound
32 System), ESD (Enlighten Sound Daemon), ALSA (Advanced Linux Sound
33 Architecture), NAS (Network Audio system), aRTS (analog Real-Time
34 Synthesizer), and PulseAudio (next generation
35 <application>GNOME</application> sound architecture).
36 </para>
37
38 &lfs121_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libao-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libao-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libao-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libao-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libao-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libao-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Libao Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="x-window-system"/>,
79 <xref linkend="alsa-lib"/>, and
80 <xref linkend='pulseaudio'/>
81 </para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Libao</title>
87
88 <para>
89 Install <application>libao</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>./configure --prefix=/usr &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make install &amp;&amp;
105install -v -m644 README /usr/share/doc/libao-&libao-version;</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="configuration">
110 <title>Configuring Libao</title>
111
112 <sect3 id="libao-config">
113 <title>Config Files</title>
114
115 <para>
116 <filename>/etc/libao.conf</filename> and
117 <filename>~/.libao</filename>
118 </para>
119
120 <indexterm zone="libao libao-config">
121 <primary sortas="e-etc-libao.conf">/etc/libao.conf</primary>
122 </indexterm>
123
124 <indexterm zone="libao libao-config">
125 <primary sortas="e-AA.libao">~/.libao</primary>
126 </indexterm>
127
128 </sect3>
129
130 <sect3>
131 <title>Configuration Information</title>
132
133 <para>
134 Currently, the only configuration option available is setting the
135 default output device. Issue <command>man libao.conf</command>
136 for details.
137 </para>
138
139 </sect3>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>None</seg>
153 <seg>libao.so and plugins under /usr/lib/ao/plugins-4</seg>
154 <seg>/usr/include/ao, /usr/lib/ao and /usr/share/doc/libao-&libao-version;</seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="libao-lib">
164 <term><filename class="libraryfile">libao.so</filename></term>
165 <listitem>
166 <para>
167 provides functions for programs wishing to output sound over
168 supported platforms
169 </para>
170 <indexterm zone="libao libao-lib">
171 <primary sortas="c-libao">libao.so</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.