source: multimedia/libdriv/esound.xml@ eb091c9

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 eb091c9 was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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