source: multimedia/libdriv/esound.xml@ 3c25d1b

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 3c25d1b was 425144f, checked in by Ken Moffat <ken@…>, 16 years ago

update to esound-0.2.40

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7636 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.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 "e9009889ab81269f3021ebcad8addb96">
10 <!ENTITY esound-size "414 KB">
11 <!ENTITY esound-buildsize "5.1 MB">
12 <!ENTITY esound-time "0.3 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>sed -i 's@doc/esound@&amp;-&esound-version;@' configure &amp;&amp;
81./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
82make</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install &amp;&amp;
89chown -v root:root /usr/share/doc/esound-&esound-version;/html/*</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="commands">
94 <title>Command Explanations</title>
95
96 <para><command>sed -i '...'</command>: This appends the version string to
97 the documentation installation directory.</para>
98
99 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts
100 configuration files in <filename class="directory">/etc</filename> instead
101 of <filename class="directory">/usr/etc</filename>.</para>
102
103 <para><parameter>--disable-static</parameter>: Prevent the static libraries
104 being built.</para>
105
106 </sect2>
107
108 <sect2 role="configuration">
109 <title>Configuring EsounD</title>
110
111 <sect3 id="esound-config">
112 <title>Config Files</title>
113
114 <para><filename>/etc/esd.conf</filename></para>
115
116 <indexterm zone="esound esound-config">
117 <primary sortas="e-etc-esd.conf">/etc/esd.conf</primary>
118 </indexterm>
119
120 </sect3>
121
122 <sect3>
123 <title>Configuration Information</title>
124
125 <para>Instructions and information about the configuration file is
126 located in the <filename>TIPS</filename> file in the
127 <application>EsounD</application> source directory.</para>
128
129 </sect3>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directory</segtitle>
140
141 <seglistitem>
142 <seg>esd, esdcat, esdctl, esd-config, esddsp, esdfilt, esdloop, esdmon,
143 esdplay, esdrec, and esdsample</seg>
144 <seg>libesd.{so,a} and libesddsp.{so,a}</seg>
145 <seg>/usr/share/doc/esound-&esound-version;</seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="esd">
155 <term><command>esd</command></term>
156 <listitem>
157 <para>is the Enlightened Sound Daemon.</para>
158 <indexterm zone="esound esd">
159 <primary sortas="b-esd">esd</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="esd-config">
165 <term><command>esd-config</command></term>
166 <listitem>
167 <para>is used by <command>configure</command> to determine the
168 compiler and linker flags that should be used to compile and link programs
169 that use <application>EsounD</application>.</para>
170 <indexterm zone="esound esd-config">
171 <primary sortas="b-esd-config">esd-config</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="esdcat">
177 <term><command>esdcat</command></term>
178 <listitem>
179 <para>plays a RAW audio stream through the daemon.</para>
180 <indexterm zone="esound esdcat">
181 <primary sortas="b-esdcat">esdcat</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="esdctl">
187 <term><command>esdctl</command></term>
188 <listitem>
189 <para> controls certain aspects of the sound daemon.</para>
190 <indexterm zone="esound esdctl">
191 <primary sortas="b-esdctl">esdctl</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="esdfilt">
197 <term><command>esdfilt</command></term>
198 <listitem>
199 <para>is an <application>EsoundD</application> filter.</para>
200 <indexterm zone="esound esdfilt">
201 <primary sortas="b-esdfilt">esdfilt</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="esdloop">
207 <term><command>esdloop</command></term>
208 <listitem>
209 <para>is test scaffolding for sample cache, loop and free.</para>
210 <indexterm zone="esound esdloop">
211 <primary sortas="b-esdloop">esdloop</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="esdmon">
217 <term><command>esdmon</command></term>
218 <listitem>
219 <para>outputs the mixed stream from the daemon.</para>
220 <indexterm zone="esound esdmon">
221 <primary sortas="b-esdmon">esdmon</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="esdplay">
227 <term><command>esdplay</command></term>
228 <listitem>
229 <para>plays the named file on
230 <application>EsoundD</application>.</para>
231 <indexterm zone="esound esdplay">
232 <primary sortas="b-esdplay">esdplay</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="esdrec">
238 <term><command>esdrec</command></term>
239 <listitem>
240 <para>outputs from the sound device's current input.</para>
241 <indexterm zone="esound esdrec">
242 <primary sortas="b-esdrec">esdrec</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="esdsample">
248 <term><command>esdsample</command></term>
249 <listitem>
250 <para>is test scaffolding for sample cache, playback, and free.</para>
251 <indexterm zone="esound esdsample">
252 <primary sortas="b-esdsample">esdsample</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="libesd">
258 <term><filename class='libraryfile'>libesd.{so,a}</filename></term>
259 <listitem>
260 <para>contains functions used by the <application>EsounD</application>
261 programs as well as other programs to read, write and play various sound
262 format files.</para>
263 <indexterm zone="esound libesd">
264 <primary sortas="c-libesd">libesd.{so,a}</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 </variablelist>
270
271 </sect2>
272
273</sect1>
Note: See TracBrowser for help on using the repository browser.