gstreamer/ext/esd
David Schleef 7a95d860f1 Fix longstanding bug with esdsink seeking. esdsink still needs a clock, though.
Original commit message from CVS:
Fix longstanding bug with esdsink seeking.  esdsink still needs a clock,
though.
2003-07-04 07:32:19 +00:00
..
esdmon.c compatibility fix for new GST_DEBUG stuff. 2003-06-29 19:46:12 +00:00
esdsink.c Fix longstanding bug with esdsink seeking. esdsink still needs a clock, though. 2003-07-04 07:32:19 +00:00
esdsink.h Fix longstanding bug with esdsink seeking. esdsink still needs a clock, though. 2003-07-04 07:32:19 +00:00
Makefile.am parallel install fixes 2002-12-08 14:50:09 +00:00
README added esd added new autogen.sh feature : list all of the libs/plugins you want to disable in a file called "disable" ... 2001-12-20 23:13:50 +00:00

The esdsink plugin
==================

The esdsink plugin is for outputting an audio atream to an esd soundserver, whether local or on a remote machine 

esdsink has 2 arguments that it accepts:
 - 'mute'      (boolean value)
 - 'depth'     (sample depth in bits- defaults to 16)
 - 'host'      (used only if you want to connect to a remote esd soundserver)
 - 'frequency' (integer value in Hz)
 - 'channels'  (number of channels - 2 for stereo)