gstreamer/ext/esd
Wim Taymans a3fca5680b ext/esd/esdsink.c: Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as the size of the ringbuffer. This sho...
Original commit message from CVS:
* ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
the size of the ringbuffer. This should fix hangs with older
esd sound servers.
2006-04-26 08:55:27 +00:00
..
esdmon.c Define GstElementDetails as const and also static (when defined as global) 2006-04-25 21:39:46 +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.c: Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as the size of the ringbuffer. This sho... 2006-04-26 08:55:27 +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)