source: multimedia/libdriv/libao.xml@ 1f99409

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1f99409 was 1f99409, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to libao-0.8.6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3805 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY libao-download-http "http://downloads.xiph.org/releases/ao/libao-&libao-version;.tar.gz">
7 <!ENTITY libao-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libao-&libao-version;.tar.gz">
8 <!ENTITY libao-md5sum "12e136a4c0995068ff134997c84421ed">
9 <!ENTITY libao-size "387 KB">
10 <!ENTITY libao-buildsize "3.8 MB">
11 <!ENTITY libao-time "less than 0.1 SBU">
12]>
13
14<sect1 id="libao" xreflabel="libao-&libao-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="libao.html"?>
20<title>libao-&libao-version;</title>
21
22<sect2>
23<title>Introduction to <application>libao</application></title>
24
25<para>The <application>libao</application> package contains a cross-platform
26audio library. This is useful to output audio on a wide variety of platforms.
27It currently supports <acronym>WAV</acronym> files, <acronym>OSS</acronym>
28(Open Sound System), <acronym>ESD</acronym> (Enlighten Sound Daemon),
29<acronym>ALSA</acronym> (Advanced Linux Sound Architecture), NAS (Network
30Audio system) and Polypaudio (next generation
31<application><acronym>GNOME</acronym></application> sound architecture).</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP): <ulink
36url="&libao-download-http;"/></para></listitem>
37<listitem><para>Download (FTP): <ulink
38url="&libao-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &libao-md5sum;</para></listitem>
40<listitem><para>Download size: &libao-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&libao-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&libao-time;</para></listitem></itemizedlist>
45</sect3>
46
47<sect3><title><application>libao</application> dependencies</title>
48<sect4><title>Optional</title>
49<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
50<xref linkend="esound"/>,
51<xref linkend="alsa"/>,
52<xref linkend="arts"/>,
53<xref linkend="nas"/> and
54<ulink url="http://0pointer.de/lennart/projects/polypaudio/">Polypaudio</ulink>
55</para>
56</sect4>
57</sect3>
58
59</sect2>
60
61<sect2>
62<title>Installation of <application>libao</application></title>
63
64<para>Install <application>libao</application> by running the following
65commands:</para>
66
67<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
68make</command></userinput></screen>
69
70<para>Now, as the root user:</para>
71
72<screen><userinput role='root'><command>make install</command></userinput></screen>
73
74</sect2>
75
76<sect2>
77<title>Configuring <application>libao</application></title>
78
79<sect3><title>Config files</title>
80<para><filename>/etc/libao.conf</filename> and
81<filename>~/.libao</filename></para>
82</sect3>
83
84<sect3><title>Configuration information</title>
85<para>Currently, the only configuration option available is setting the
86default output device. Issue <command>man libao.conf</command> for
87details.</para>
88</sect3>
89
90</sect2>
91
92<sect2>
93<title>Contents</title>
94
95<para>The <application>libao</application> package contains
96<filename class="libraryfile">libao</filename> libraries and
97plugins.</para>
98
99</sect2>
100
101<sect2><title>Description</title>
102
103<sect3><title>ao libraries</title>
104<para><filename class="libraryfile">libao</filename> libraries provide
105functions for programs wishing to output sound over supported
106platforms.</para></sect3>
107
108</sect2>
109
110</sect1>
Note: See TracBrowser for help on using the repository browser.