From 458fdc84286b0740aefc6a42aa7301a15149d558 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 24 Jul 2006 14:37:36 +0000 Subject: ext/esd/README: Remove, it contains nothing useful anyway. Original commit message from CVS: * ext/esd/README: Remove, it contains nothing useful anyway. * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare), (gst_esdsink_delay): Some small clean-ups; use GST_BOILERPLATE etc. --- ext/esd/README | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ext/esd/README (limited to 'ext/esd/README') diff --git a/ext/esd/README b/ext/esd/README deleted file mode 100644 index d5ebcf0e..00000000 --- a/ext/esd/README +++ /dev/null @@ -1,12 +0,0 @@ -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) - -- cgit