source: multimedia/libdriv/esound.xml@ da4aff6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 da4aff6 was da4aff6, checked in by Randy McMurchy <randy@…>, 20 years ago

Removed erroneously added optional dependency 'pkgconfig' from various packages

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

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY esound-download-http "http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-&esound-version;.tar.bz2">
7 <!ENTITY esound-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-&esound-version;.tar.bz2">
8 <!ENTITY esound-size "312 KB">
9 <!ENTITY esound-buildsize "4.9 MB">
10 <!ENTITY esound-time "0.16 SBU">
11]>
12
13<sect1 id="esound" xreflabel="EsounD-&esound-version;">
14<?dbhtml filename="esound.html"?>
15<title>EsounD-&esound-version;</title>
16
17<sect2>
18<title>Introduction to <application>EsounD</application></title>
19
20<para>The <application>EsounD</application> package contains the Enlightened
21Sound Daemon. This is useful for mixing together several digitized audio
22streams for playback by a single device.</para>
23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink url="&esound-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink url="&esound-download-ftp;"/></para></listitem>
28<listitem><para>Download size: &esound-size;</para></listitem>
29<listitem><para>Estimated Disk space required: &esound-buildsize;</para></listitem>
30<listitem><para>Estimated build time: &esound-time;</para></listitem></itemizedlist>
31</sect3>
32
33<sect3><title><application>EsounD</application> dependencies</title>
34<sect4><title>Required</title>
35<para>
36<xref linkend="audiofile"/>
37</para></sect4>
38<sect4><title>Optional</title>
39<para>
40<xref linkend="alsa"/>,
41<xref linkend="tcpwrappers"/> and
42<xref linkend="docbook-utils"/> (to use the DocBook tools, you'll need to
43create symlinks from <command>docbook2html</command> and
44<command>docbook2ps</command> to <command>db2html</command> and
45<command>db2ps</command>)
46</para></sect4>
47</sect3>
48
49</sect2>
50
51<sect2>
52<title>Installation of <application>EsounD</application></title>
53
54<para>Install <application>EsounD</application> by running the following
55commands:</para>
56
57<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
58make &amp;&amp;
59make install</command></userinput></screen>
60
61</sect2>
62
63<sect2>
64<title>Command explanations</title>
65
66<para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
67files in <filename class="directory">/etc</filename> instead of
68<filename class="directory">/usr/etc</filename>.
69</para>
70
71</sect2>
72
73<sect2>
74<title>Configuring <application>EsounD</application></title>
75
76<sect3><title>Config files</title>
77<para><filename>/etc/esd.conf</filename></para>
78</sect3>
79
80<sect3><title>Configuration Information</title>
81
82<para>Instructions and information about the configuration file is
83located in the <filename>TIPS</filename> file in the
84<application>EsounD</application> source directory.</para>
85</sect3>
86
87</sect2>
88
89<sect2>
90<title>Contents</title>
91
92<para>The <application>EsounD</application> package contains
93<command>esd</command>, <command>esdcat</command>, <command>esdctl</command>,
94<command>esdfilt</command>, <command>esdloop</command>,
95<command>esdmon</command>, <command>esdplay</command>
96<command>esdrec</command>, <command>esdsample</command> and
97<filename class="libraryfile">libesd</filename> libraries.</para>
98
99</sect2>
100
101<sect2><title>Description</title>
102
103<sect3><title>esd</title>
104<para><command>esd</command> is the Enlightened Sound Daemon.</para></sect3>
105
106<sect3><title>esdcat</title>
107<para><command>esdcat</command> plays a <filename>RAW</filename> audio stream
108through the daemon.</para></sect3>
109
110<sect3><title>esdctl</title>
111<para><command>esdctl</command> controls certain aspects of the sound
112daemon.</para></sect3>
113
114<sect3><title>esdfilt</title>
115<para><command>esfilt</command> is an <application>EsoundD</application>
116filter.</para></sect3>
117
118<sect3><title>esdloop</title>
119<para><command>esdloop</command> is test scaffolding for sample cache, loop,
120and free.</para></sect3>
121
122<sect3><title>esdmon</title>
123<para><command>esdmon</command> outputs the mixed stream from the daemon.</para>
124</sect3>
125
126<sect3><title>esdplay</title>
127<para><command>esdplay</command> plays the named file on
128<application>EsoundD</application>.</para></sect3>
129
130<sect3><title>esdrec</title>
131<para><command>esdrec</command> outputs from the sound device's current
132input.</para></sect3>
133
134<sect3><title>esdsample</title>
135<para><command>esdsample</command> is test scaffolding for sample cache, play
136back, and free.</para></sect3>
137
138<sect3><title>esd libraries</title>
139<para><filename class="libraryfile">libesd</filename> libraries contain the
140functions used by <command>esd</command>.</para></sect3>
141
142</sect2>
143
144</sect1>
145
Note: See TracBrowser for help on using the repository browser.