gstreamer/ext/esd
Tim-Philipp Müller e83351eeff Add translatable error message for when we cannot connect to the sound server, as "Cannot open resource for writing" ...
Original commit message from CVS:
* ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
* ext/esd/gstesd.c: (plugin_init):
* po/POTFILES.in:
Add translatable error message for when we cannot
connect to the sound server, as "Cannot open resource
for writing" isn't really an acceptable message to show
to the user in this case.
2006-04-18 14:15:33 +00:00
..
esdmon.c better/unified long descriptions 2006-03-30 15:37:05 +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 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
esdsink.h ext/esd/esdsink.*: Fix esd choppy playback by configuring audiosink correctly. Fixes #325191 2006-03-23 20:12:47 +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)