source: multimedia/libdriv/esound.xml@ d82991f

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 d82991f was d82991f, checked in by Randy McMurchy <randy@…>, 20 years ago

Changed dependency of DocBook-utils from ulink to xref in various packages

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

  • Property mode set to 100644
File size: 4.2 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-size "312 KB">
9 <!ENTITY esound-buildsize "4.9 MB">
10 <!ENTITY esound-time "0.16 SBU">
11]>
12
13<sect1 id="esound" xreflabel="EsounD-&esound-version;">
14<?dbhtml filename="esound.html"?>
15<title>EsounD-&esound-version;</title>
16
17<sect2>
18<title>Introduction to <application>EsounD</application></title>
19
20<para>The <application>EsounD</application> package contains the Enlightened Sound
21Daemon. This is useful for mixing together several digitized audio streams for
22playback by a single device.</para>
23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink url="&esound-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink url="&esound-download-ftp;"/></para></listitem>
28<listitem><para>Download size: &esound-size;</para></listitem>
29<listitem><para>Estimated Disk space required: &esound-buildsize;</para></listitem>
30<listitem><para>Estimated build time: &esound-time;</para></listitem></itemizedlist>
31</sect3>
32
33<sect3><title><application>EsounD</application> dependencies</title>
34<sect4><title>Required</title>
35<para>
36<xref linkend="audiofile"/>
37</para></sect4>
38<sect4><title>Optional</title>
39<para>
40<xref linkend="alsa"/>,
41<xref linkend="tcpwrappers"/> and
42<xref linkend="docbook-utils"/>
43</para></sect4>
44</sect3>
45
46</sect2>
47
48<sect2>
49<title>Installation of <application>EsounD</application></title>
50
51<para>Install <application>EsounD</application> by running the following
52commands:</para>
53
54<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
55make &amp;&amp;
56make install</command></userinput></screen>
57
58</sect2>
59
60<sect2>
61<title>Command explanations</title>
62
63<para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
64files in <filename class="directory">/etc</filename> instead of
65<filename class="directory">/usr/etc</filename>.
66</para>
67
68</sect2>
69
70<sect2>
71<title>Configuring <application>EsounD</application></title>
72
73<sect3><title>Config files</title>
74<para><filename>/etc/esd.conf</filename></para>
75</sect3>
76
77<sect3><title>Configuration Information</title>
78
79<para>Instructions and information about the configuration file is
80located in the <filename>TIPS</filename> file in the <application>EsounD
81</application> source directory.</para>
82</sect3>
83
84</sect2>
85
86<sect2>
87<title>Contents</title>
88
89<para>The <application>EsounD</application> package contains
90<command>esd</command>,
91<command>esdcat</command>, <command>esdctl</command>,
92<command>esdloop</command>, <command>esdmon</command>,
93<command>esdrec</command>, <command>esdsample</command> and
94<filename class="libraryfile">libesd</filename> libraries.</para>
95
96</sect2>
97
98<sect2><title>Description</title>
99
100<sect3><title>esd</title>
101<para><command>esd</command> is the Enlightened Sound Daemon.</para></sect3>
102
103<sect3><title>esdcat</title>
104<para><command>esdcat</command> plays a <filename>RAW</filename> audio stream
105through the daemon.</para></sect3>
106
107<sect3><title>esdctl</title>
108<para><command>esdctl</command> controls certain aspects of the sound daemon.</para></sect3>
109
110<sect3><title>esdloop</title>
111<para><command>esdloop</command> is test scaffolding for sample cache, loop,
112and free.</para></sect3>
113
114<sect3><title>esdmon</title>
115<para><command>esdmon</command> outputs the mixed stream from the daemon.</para></sect3>
116
117<sect3><title>esdrec</title>
118<para><command>esdrec</command> outputs from the sound device's current
119input.</para></sect3>
120
121<sect3><title>esdsample</title>
122<para><command>esdsample</command> is test scaffolding for sample cache, play
123back, and free.</para></sect3>
124
125<sect3><title>esd libraries</title>
126<para><filename class="libraryfile">libesd</filename> libraries contain the functions used
127by <command>esd</command>.</para></sect3>
128
129</sect2>
130
131</sect1>
132
Note: See TracBrowser for help on using the repository browser.