source: multimedia/libdriv/esound.xml@ afd2a8c1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 afd2a8c1 was 214718a, checked in by Wayne Blaszczyk <wblaszcz@…>, 15 years ago

Updated GnuTLS-2.8.4, EsounD-0.2.41, libglade-2.6.4, ISO Codes-3.11, libunique-1.1.2, GLib-2.22.0, Updated to icon-naming-utils-0.8.90, and a few other fixes.

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

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