gstreamer/ext/esd
Thomas Vander Stichele 5a027ffd66 autogen.sh: require am17
Original commit message from CVS:

* autogen.sh:
require am17
* configure.ac:
* ext/annodex/Makefile.am:
* ext/cdio/Makefile.am:
* ext/dv/Makefile.am:
* ext/esd/Makefile.am:
* ext/flac/Makefile.am:
* ext/gdk_pixbuf/Makefile.am:
* ext/ladspa/Makefile.am:
* ext/libcaca/Makefile.am:
* ext/speex/Makefile.am:
* ext/taglib/Makefile.am:
* sys/oss/Makefile.am:
* sys/sunaudio/Makefile.am:
* sys/ximage/Makefile.am:
clean up build further
2006-06-11 13:57:19 +00:00
..
esdmon.c Const-ify GEnumValue arrays. 2006-05-10 10:29:54 +00:00
esdmon.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
esdsink.c ext/esd/esdsink.*: Move the esd_get_server_info() into gst_esdsink_open() and fail with a decent error message on err... 2006-05-10 11:17:31 +00:00
esdsink.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
gstesd.c Add translatable error message for when we cannot connect to the sound server, as "Cannot open resource for writing" ... 2006-04-18 14:15:33 +00:00
Makefile.am autogen.sh: require am17 2006-06-11 13:57:19 +00:00
README forgot to update the Changelog for the past two days, bad me, bad 2004-05-20 23:00:14 +00:00

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

The esdsink plugin is for outputting an audio stream 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)