source: multimedia/libdriv/esound.xml@ bccbdaea

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

Updated to EsounD-0.2.36

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

  • Property mode set to 100644
File size: 8.6 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 "http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-&esound-version;.tar.bz2">
8 <!ENTITY esound-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/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><xref linkend="audiofile"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para><xref linkend="alsa"/>,
65 <xref linkend="arts"/>,
66 <xref linkend="tcpwrappers"/> and
67 <xref linkend="docbook-utils"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of EsounD</title>
73
74 <para>Install <application>EsounD</application> by running the following
75 commands:</para>
76
77<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
78make</userinput></screen>
79
80 <para>This package does not come with a test suite.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install &amp;&amp;
85install -v -m755 -d /usr/share/doc/esound-&esound-version; &amp;&amp;
86install -v -m644 docs/esound.ps /usr/share/doc/esound-&esound-version; &amp;&amp;
87cp -v -R docs/html /usr/share/doc/esound-&esound-version;</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="commands">
92 <title>Command Explanations</title>
93
94 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts
95 configuration files in <filename class="directory">/etc</filename> instead
96 of <filename class="directory">/usr/etc</filename>.</para>
97
98 </sect2>
99
100 <sect2 role="configuration">
101 <title>Configuring EsounD</title>
102
103 <sect3 id="esound-config">
104 <title>Config Files</title>
105
106 <para><filename>/etc/esd.conf</filename></para>
107
108 <indexterm zone="esound esound-config">
109 <primary sortas="e-etc-esd.conf">/etc/esd.conf</primary>
110 </indexterm>
111
112 </sect3>
113
114 <sect3>
115 <title>Configuration Information</title>
116
117 <para>Instructions and information about the configuration file is
118 located in the <filename>TIPS</filename> file in the
119 <application>EsounD</application> source directory.</para>
120
121 </sect3>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directory</segtitle>
132
133 <seglistitem>
134 <seg>esd, esdcat, esdctl, esd-config, esddsp, esdfilt, esdloop, esdmon,
135 esdplay, esdrec, and esdsample</seg>
136 <seg>libesd.[so,a] and libesddsp.[so,a]</seg>
137 <seg>/usr/share/doc/esound-&esound-version;</seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="esd">
147 <term><command>esd</command></term>
148 <listitem>
149 <para>is the Enlightened Sound Daemon.</para>
150 <indexterm zone="esound esd">
151 <primary sortas="b-esd">esd</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="esd-config">
157 <term><command>esd-config</command></term>
158 <listitem>
159 <para>is used by <command>configure</command> to determine the
160 compiler and linker flags that should be used to compile and link programs
161 that use <application>EsounD</application>.</para>
162 <indexterm zone="esound esd-config">
163 <primary sortas="b-esd-config">esd-config</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="esdcat">
169 <term><command>esdcat</command></term>
170 <listitem>
171 <para>plays a RAW audio stream through the daemon.</para>
172 <indexterm zone="esound esdcat">
173 <primary sortas="b-esdcat">esdcat</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="esdctl">
179 <term><command>esdctl</command></term>
180 <listitem>
181 <para> controls certain aspects of the sound daemon.</para>
182 <indexterm zone="esound esdctl">
183 <primary sortas="b-esdctl">esdctl</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="esdfilt">
189 <term><command>esdfilt</command></term>
190 <listitem>
191 <para>is an <application>EsoundD</application> filter.</para>
192 <indexterm zone="esound esdfilt">
193 <primary sortas="b-esdfilt">esdfilt</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="esdloop">
199 <term><command>esdloop</command></term>
200 <listitem>
201 <para>is test scaffolding for sample cache, loop and free.</para>
202 <indexterm zone="esound esdloop">
203 <primary sortas="b-esdloop">esdloop</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="esdmon">
209 <term><command>esdmon</command></term>
210 <listitem>
211 <para>outputs the mixed stream from the daemon.</para>
212 <indexterm zone="esound esdmon">
213 <primary sortas="b-esdmon">esdmon</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="esdplay">
219 <term><command>esdplay</command></term>
220 <listitem>
221 <para>plays the named file on
222 <application>EsoundD</application>.</para>
223 <indexterm zone="esound esdplay">
224 <primary sortas="b-esdplay">esdplay</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="esdrec">
230 <term><command>esdrec</command></term>
231 <listitem>
232 <para>outputs from the sound device's current input.</para>
233 <indexterm zone="esound esdrec">
234 <primary sortas="b-esdrec">esdrec</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="esdsample">
240 <term><command>esdsample</command></term>
241 <listitem>
242 <para>is test scaffolding for sample cache, playback, and free.</para>
243 <indexterm zone="esound esdsample">
244 <primary sortas="b-esdsample">esdsample</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="libesd">
250 <term><filename class='libraryfile'>libesd.[so,a]</filename></term>
251 <listitem>
252 <para>contains functions used by the <application>EsounD</application>
253 programs as well as other programs to read, write and play various sound
254 format files.</para>
255 <indexterm zone="esound libesd">
256 <primary sortas="c-libesd">libesd.[so,a]</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 </variablelist>
262
263 </sect2>
264
265</sect1>
Note: See TracBrowser for help on using the repository browser.