source: multimedia/libdriv/esound.xml@ 0e2aa08

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

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #6

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

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