source: multimedia/libdriv/esound.xml@ 046ae388

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 046ae388 was 046ae388, checked in by Randy McMurchy <randy@…>, 19 years ago

Added a note to the EsounD instructions to optionally install the package documentation

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

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY esound-download-http "http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-&esound-version;.tar.bz2">
7 <!ENTITY esound-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-&esound-version;.tar.bz2">
8 <!ENTITY esound-md5sum "1566344f80a8909b5e6e4d6b6520c2c1">
9 <!ENTITY esound-size "376 KB">
10 <!ENTITY esound-buildsize "3.8 MB">
11 <!ENTITY esound-time "0.16 SBU">
12]>
13
14<sect1 id="esound" xreflabel="EsounD-&esound-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="esound.html"?>
20<title>EsounD-&esound-version;</title>
21
22<sect2>
23<title>Introduction to <application>EsounD</application></title>
24
25<para>The <application>EsounD</application> package contains the Enlightened
26Sound Daemon. This is useful for mixing together several digitized audio
27streams for playback by a single device.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink url="&esound-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink url="&esound-download-ftp;"/></para></listitem>
33<listitem><para>Download MD5 Sum: &esound-md5sum;</para></listitem>
34<listitem><para>Download size: &esound-size;</para></listitem>
35<listitem><para>Estimated disk space required: &esound-buildsize;</para></listitem>
36<listitem><para>Estimated build time: &esound-time;</para></listitem></itemizedlist>
37</sect3>
38
39<sect3><title><application>EsounD</application> dependencies</title>
40<sect4><title>Required</title>
41<para><xref linkend="audiofile"/></para>
42</sect4>
43
44<sect4><title>Optional</title>
45<para><xref linkend="alsa"/>,
46<xref linkend="tcpwrappers"/> and
47<xref linkend="docbook-utils"/></para>
48</sect4>
49</sect3>
50
51</sect2>
52
53<sect2>
54<title>Installation of <application>EsounD</application></title>
55
56<para>Install <application>EsounD</application> by running the following
57commands:</para>
58
59<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
60make &amp;&amp;
61make install</command></userinput></screen>
62
63<para>If you wish to install the package documentation (man pages have been
64already installed), copy the <filename>docs/esound.ps</filename> file and
65<filename class='directory'>docs/html</filename> directory to a desired
66location on your system.</para>
67
68</sect2>
69
70<sect2>
71<title>Command explanations</title>
72
73<para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
74files in <filename class="directory">/etc</filename> instead of
75<filename class="directory">/usr/etc</filename>.
76</para>
77
78</sect2>
79
80<sect2>
81<title>Configuring <application>EsounD</application></title>
82
83<sect3><title>Config files</title>
84<para><filename>/etc/esd.conf</filename></para>
85</sect3>
86
87<sect3><title>Configuration Information</title>
88
89<para>Instructions and information about the configuration file is
90located in the <filename>TIPS</filename> file in the
91<application>EsounD</application> source directory.</para>
92</sect3>
93
94</sect2>
95
96<sect2>
97<title>Contents</title>
98
99<para>The <application>EsounD</application> package contains
100<command>esd</command>, <command>esdcat</command>, <command>esdctl</command>,
101<command>esdfilt</command>, <command>esdloop</command>,
102<command>esdmon</command>, <command>esdplay</command>
103<command>esdrec</command>, <command>esdsample</command> and
104<filename class="libraryfile">libesd</filename> libraries.</para>
105
106</sect2>
107
108<sect2><title>Description</title>
109
110<sect3><title>esd</title>
111<para><command>esd</command> is the Enlightened Sound Daemon.</para></sect3>
112
113<sect3><title>esdcat</title>
114<para><command>esdcat</command> plays a <filename>RAW</filename> audio stream
115through the daemon.</para></sect3>
116
117<sect3><title>esdctl</title>
118<para><command>esdctl</command> controls certain aspects of the sound
119daemon.</para></sect3>
120
121<sect3><title>esdfilt</title>
122<para><command>esfilt</command> is an <application>EsoundD</application>
123filter.</para></sect3>
124
125<sect3><title>esdloop</title>
126<para><command>esdloop</command> is test scaffolding for sample cache, loop,
127and free.</para></sect3>
128
129<sect3><title>esdmon</title>
130<para><command>esdmon</command> outputs the mixed stream from the daemon.</para>
131</sect3>
132
133<sect3><title>esdplay</title>
134<para><command>esdplay</command> plays the named file on
135<application>EsoundD</application>.</para></sect3>
136
137<sect3><title>esdrec</title>
138<para><command>esdrec</command> outputs from the sound device's current
139input.</para></sect3>
140
141<sect3><title>esdsample</title>
142<para><command>esdsample</command> is test scaffolding for sample cache, play
143back, and free.</para></sect3>
144
145<sect3><title>esd libraries</title>
146<para><filename class="libraryfile">libesd</filename> libraries contain the
147functions used by <command>esd</command>.</para></sect3>
148
149</sect2>
150
151</sect1>
152
Note: See TracBrowser for help on using the repository browser.