gstreamer/ext/esd
Tim-Philipp Müller d2bd5e45bd ext/esd/esdsink.*: Move the esd_get_server_info() into gst_esdsink_open() and fail with a decent error message on err...
Original commit message from CVS:
* ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
(gst_esdsink_open), (gst_esdsink_close):
* ext/esd/esdsink.h:
Move the esd_get_server_info() into gst_esdsink_open() and fail
with a decent error message on errors.
2006-05-10 11:17:31 +00:00
..
esdmon.c Const-ify GEnumValue arrays. 2006-05-10 10:29:54 +00:00
esdmon.h renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition 2005-10-12 14:29:43 +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 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
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 ext/esd/Makefile.am: otherwise build will fail for folks with libesd in a non-standard prefix (#327009). 2006-01-15 14:12:12 +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)