%general-entities; ]> $LastChangedBy$ $Date$ 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. &lfs74_checked; 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 (Required for building the html documentation) User Notes: Installation of EsounD Install EsounD by running the following commands: LIBS=-lm ./configure --prefix=/usr --sysconfdir=/etc && make This package does not come with a test suite. Now, as the root user: make install docdir=/usr/share/doc/esound-&esound-version; If you have DocBook-utils installed, still as the root user: chown -v root:root /usr/share/doc/esound-&esound-version;/* Command Explanations LIBS=-lm: Make sure the linker uses the math library. --sysconfdir=/etc: This switch puts configuration files in /etc instead of /usr/etc. --disable-static: Prevent the static libraries being built. 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, esd-config, esdctl, esddsp, esdfilt, esdloop, esdmon, esdplay, esdrec, and esdsample libesd.{so,a} and libesddsp.{so,a} /usr/share/doc/esound Short Descriptions esd is the Enlightened Sound Daemon. esd esdcat plays a RAW audio stream through the daemon. esdcat 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 esdctl controls certain aspects of the sound daemon. esdctl esddsp can allow non-esd applications to be routed through esd. esddsp 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 to read, write and play various sound format files. libesd.{so,a} libesddsp.{so,a} contains functions used by other programs to read, write and play various sound format files. libesddsp.{so,a}