gstreamer/ext/esd
Wim Taymans 97454065ce Bring the plugins in sync with the new core capsnego system.
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
2002-01-13 22:27:25 +00:00
..
esdsink.c Bring the plugins in sync with the new core capsnego system. 2002-01-13 22:27:25 +00:00
esdsink.h 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
Makefile.am s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format 2002-01-12 03:34:26 +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)