gstreamer/ext/esd
Ronald S. Bultje 292fec2a0b New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-07-06 20:49:52 +00:00
..
esdmon.c New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri... 2003-07-06 20:49:52 +00:00
esdsink.c New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri... 2003-07-06 20:49:52 +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)