gstreamer/ext/esd
Wim Taymans edf080d727 - Better state change function
Original commit message from CVS:
- Better state change function
- fail when negotiation was not performed
- removed properties that are implied by caps
- only open device in negotiation
2003-04-06 13:04:20 +00:00
..
esdmon.c Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion. 2003-02-02 05:26:29 +00:00
esdsink.c - Better state change function 2003-04-06 13:04:20 +00:00
esdsink.h - Better state change function 2003-04-06 13:04:20 +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)