source: multimedia/libdriv/esound.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 8.8 KB
Line 
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 esound-download-http "&gnome-download-http;/esound/0.2/esound-&esound-version;.tar.bz2">
8 <!ENTITY esound-download-ftp "&gnome-download-ftp;/esound/0.2/esound-&esound-version;.tar.bz2">
9 <!ENTITY esound-md5sum "3facb5aa0115cc1c31771b9ad454ae76">
10 <!ENTITY esound-size "369 KB">
11 <!ENTITY esound-buildsize "5.0 MB">
12 <!ENTITY esound-time "0.2 SBU">
13]>
14
15<sect1 id="esound" xreflabel="EsounD-&esound-version;">
16 <?dbhtml filename="esound.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>EsounD-&esound-version;</title>
24
25 <indexterm zone="esound">
26 <primary sortas="a-EsounD">EsounD</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to EsounD</title>
31
32 <para>The <application>EsounD</application> package contains
33 the Enlightened Sound Daemon. This is useful for mixing together
34 several digitized audio streams for playback by a single device.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&esound-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&esound-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &esound-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &esound-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &esound-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &esound-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">EsounD Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="audiofile"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional"><xref linkend="alsa"/>,
65 <xref linkend="arts"/>,
66 <xref linkend="tcpwrappers"/> and
67 <xref linkend="docbook-utils"/></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/esound"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of EsounD</title>
76
77 <para>Install <application>EsounD</application> by running the following
78 commands:</para>
79
80<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
81make</userinput></screen>
82
83 <para>This package does not come with a test suite.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 <para>If you have <xref linkend="docbook-utils"/> installed and have built
90 the HTML documentation, install it with the following commands as the
91 <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/esound-&esound-version; &amp;&amp;
94cp -v -R docs/html /usr/share/doc/esound-&esound-version;</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts
102 configuration files in <filename class="directory">/etc</filename> instead
103 of <filename class="directory">/usr/etc</filename>.</para>
104
105 </sect2>
106
107 <sect2 role="configuration">
108 <title>Configuring EsounD</title>
109
110 <sect3 id="esound-config">
111 <title>Config Files</title>
112
113 <para><filename>/etc/esd.conf</filename></para>
114
115 <indexterm zone="esound esound-config">
116 <primary sortas="e-etc-esd.conf">/etc/esd.conf</primary>
117 </indexterm>
118
119 </sect3>
120
121 <sect3>
122 <title>Configuration Information</title>
123
124 <para>Instructions and information about the configuration file is
125 located in the <filename>TIPS</filename> file in the
126 <application>EsounD</application> source directory.</para>
127
128 </sect3>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directory</segtitle>
139
140 <seglistitem>
141 <seg>esd, esdcat, esdctl, esd-config, esddsp, esdfilt, esdloop, esdmon,
142 esdplay, esdrec, and esdsample</seg>
143 <seg>libesd.{so,a} and libesddsp.{so,a}</seg>
144 <seg>/usr/share/doc/esound-&esound-version;</seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="esd">
154 <term><command>esd</command></term>
155 <listitem>
156 <para>is the Enlightened Sound Daemon.</para>
157 <indexterm zone="esound esd">
158 <primary sortas="b-esd">esd</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="esd-config">
164 <term><command>esd-config</command></term>
165 <listitem>
166 <para>is used by <command>configure</command> to determine the
167 compiler and linker flags that should be used to compile and link programs
168 that use <application>EsounD</application>.</para>
169 <indexterm zone="esound esd-config">
170 <primary sortas="b-esd-config">esd-config</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="esdcat">
176 <term><command>esdcat</command></term>
177 <listitem>
178 <para>plays a RAW audio stream through the daemon.</para>
179 <indexterm zone="esound esdcat">
180 <primary sortas="b-esdcat">esdcat</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="esdctl">
186 <term><command>esdctl</command></term>
187 <listitem>
188 <para> controls certain aspects of the sound daemon.</para>
189 <indexterm zone="esound esdctl">
190 <primary sortas="b-esdctl">esdctl</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="esdfilt">
196 <term><command>esdfilt</command></term>
197 <listitem>
198 <para>is an <application>EsoundD</application> filter.</para>
199 <indexterm zone="esound esdfilt">
200 <primary sortas="b-esdfilt">esdfilt</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="esdloop">
206 <term><command>esdloop</command></term>
207 <listitem>
208 <para>is test scaffolding for sample cache, loop and free.</para>
209 <indexterm zone="esound esdloop">
210 <primary sortas="b-esdloop">esdloop</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="esdmon">
216 <term><command>esdmon</command></term>
217 <listitem>
218 <para>outputs the mixed stream from the daemon.</para>
219 <indexterm zone="esound esdmon">
220 <primary sortas="b-esdmon">esdmon</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="esdplay">
226 <term><command>esdplay</command></term>
227 <listitem>
228 <para>plays the named file on
229 <application>EsoundD</application>.</para>
230 <indexterm zone="esound esdplay">
231 <primary sortas="b-esdplay">esdplay</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="esdrec">
237 <term><command>esdrec</command></term>
238 <listitem>
239 <para>outputs from the sound device's current input.</para>
240 <indexterm zone="esound esdrec">
241 <primary sortas="b-esdrec">esdrec</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="esdsample">
247 <term><command>esdsample</command></term>
248 <listitem>
249 <para>is test scaffolding for sample cache, playback, and free.</para>
250 <indexterm zone="esound esdsample">
251 <primary sortas="b-esdsample">esdsample</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="libesd">
257 <term><filename class='libraryfile'>libesd.{so,a}</filename></term>
258 <listitem>
259 <para>contains functions used by the <application>EsounD</application>
260 programs as well as other programs to read, write and play various sound
261 format files.</para>
262 <indexterm zone="esound libesd">
263 <primary sortas="c-libesd">libesd.{so,a}</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 </variablelist>
269
270 </sect2>
271
272</sect1>
Note: See TracBrowser for help on using the repository browser.