gstreamer/ext/esd
Wim Taymans 6bb455cdc9 Make elements nanoseconds aware
Original commit message from CVS:
Make elements nanoseconds aware
2002-06-02 13:25:40 +00:00
..
esdmon.c Make elements nanoseconds aware 2002-06-02 13:25:40 +00:00
esdsink.c a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br... 2002-04-20 21:42:51 +00:00
esdsink.h s/Gnome-Streamer/GStreamer/ 2002-03-20 21:45:03 +00:00
Makefile.am still in anal-retentive mode, please make liberal use of the delete key 2002-05-13 14:55:06 +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)