source: multimedia/libdriv/esound.xml@ 512e6761

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 512e6761 was 512e6761, checked in by Randy McMurchy <randy@…>, 20 years ago

Added pkgconfig as an optional dependency of GTK+, Audio File and EsoundD

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2532 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="pkgconfig"/>,
41<xref linkend="alsa"/>,
42<xref linkend="tcpwrappers"/> and
43<xref linkend="docbook-utils"/> (to use the DocBook tools, you'll need to
44create symlinks from <command>docbook2html</command> and
45<command>docbook2ps</command> to <command>db2html</command> and
46<command>db2ps</command>)
47</para></sect4>
48</sect3>
49
50</sect2>
51
52<sect2>
53<title>Installation of <application>EsounD</application></title>
54
55<para>Install <application>EsounD</application> by running the following
56commands:</para>
57
58<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
59make &amp;&amp;
60make install</command></userinput></screen>
61
62</sect2>
63
64<sect2>
65<title>Command explanations</title>
66
67<para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
68files in <filename class="directory">/etc</filename> instead of
69<filename class="directory">/usr/etc</filename>.
70</para>
71
72</sect2>
73
74<sect2>
75<title>Configuring <application>EsounD</application></title>
76
77<sect3><title>Config files</title>
78<para><filename>/etc/esd.conf</filename></para>
79</sect3>
80
81<sect3><title>Configuration Information</title>
82
83<para>Instructions and information about the configuration file is
84located in the <filename>TIPS</filename> file in the
85<application>EsounD</application> source directory.</para>
86</sect3>
87
88</sect2>
89
90<sect2>
91<title>Contents</title>
92
93<para>The <application>EsounD</application> package contains
94<command>esd</command>, <command>esdcat</command>, <command>esdctl</command>,
95<command>esdfilt</command>, <command>esdloop</command>,
96<command>esdmon</command>, <command>esdplay</command>
97<command>esdrec</command>, <command>esdsample</command> and
98<filename class="libraryfile">libesd</filename> libraries.</para>
99
100</sect2>
101
102<sect2><title>Description</title>
103
104<sect3><title>esd</title>
105<para><command>esd</command> is the Enlightened Sound Daemon.</para></sect3>
106
107<sect3><title>esdcat</title>
108<para><command>esdcat</command> plays a <filename>RAW</filename> audio stream
109through the daemon.</para></sect3>
110
111<sect3><title>esdctl</title>
112<para><command>esdctl</command> controls certain aspects of the sound
113daemon.</para></sect3>
114
115<sect3><title>esdfilt</title>
116<para><command>esfilt</command> is an <application>EsoundD</application>
117filter.</para></sect3>
118
119<sect3><title>esdloop</title>
120<para><command>esdloop</command> is test scaffolding for sample cache, loop,
121and free.</para></sect3>
122
123<sect3><title>esdmon</title>
124<para><command>esdmon</command> outputs the mixed stream from the daemon.</para>
125</sect3>
126
127<sect3><title>esdplay</title>
128<para><command>esdplay</command> plays the named file on
129<application>EsoundD</application>.</para></sect3>
130
131<sect3><title>esdrec</title>
132<para><command>esdrec</command> outputs from the sound device's current
133input.</para></sect3>
134
135<sect3><title>esdsample</title>
136<para><command>esdsample</command> is test scaffolding for sample cache, play
137back, and free.</para></sect3>
138
139<sect3><title>esd libraries</title>
140<para><filename class="libraryfile">libesd</filename> libraries contain the
141functions used by <command>esd</command>.</para></sect3>
142
143</sect2>
144
145</sect1>
146
Note: See TracBrowser for help on using the repository browser.