%general-entities; ]> $LastChangedBy$ $Date$ esound-&esound-version;.tar esound EsounD-&esound-version; EsounD Introduction to EsounD The EsounD package contains the Enlightened Sound Daemon. This is useful for mixing together several digitized audio streams for playback by a single device. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &esound-md5sum; Download size: &esound-size; Estimated disk space required: &esound-buildsize; Estimated build time: &esound-time; EsounD Dependencies Required Optional , , and User Notes: Installation of EsounD Install EsounD by running the following commands: ./configure --prefix=/usr --sysconfdir=/etc && make This package does not come with a test suite. Now, as the root user: make install If you have installed and have built the HTML documentation, install it with the following commands as the root user: install -v -m755 -d /usr/share/doc/esound-&esound-version; && cp -v -R docs/html /usr/share/doc/esound-&esound-version; Command Explanations --sysconfdir=/etc: This switch puts configuration files in /etc instead of /usr/etc. Configuring EsounD Config Files /etc/esd.conf /etc/esd.conf Configuration Information Instructions and information about the configuration file is located in the TIPS file in the EsounD source directory. Contents Installed Programs Installed Libraries Installed Directory esd, esdcat, esdctl, esd-config, esddsp, esdfilt, esdloop, esdmon, esdplay, esdrec, and esdsample libesd.{so,a} and libesddsp.{so,a} /usr/share/doc/esound-&esound-version; Short Descriptions esd is the Enlightened Sound Daemon. esd esd-config is used by configure to determine the compiler and linker flags that should be used to compile and link programs that use EsounD. esd-config esdcat plays a RAW audio stream through the daemon. esdcat esdctl controls certain aspects of the sound daemon. esdctl esdfilt is an EsoundD filter. esdfilt esdloop is test scaffolding for sample cache, loop and free. esdloop esdmon outputs the mixed stream from the daemon. esdmon esdplay plays the named file on EsoundD. esdplay esdrec outputs from the sound device's current input. esdrec esdsample is test scaffolding for sample cache, playback, and free. esdsample libesd.{so,a} contains functions used by the EsounD programs as well as other programs to read, write and play various sound format files. libesd.{so,a}