summaryrefslogtreecommitdiffstats
path: root/ext/esd/README
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-24 14:37:36 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-24 14:37:36 +0000
commit458fdc84286b0740aefc6a42aa7301a15149d558 (patch)
tree72945ff110edfd28bde4f05d92b1e01ce4aafcfa /ext/esd/README
parent4304e0f4388e94e0bc26a71d995afbdc276f064c (diff)
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.
Diffstat (limited to 'ext/esd/README')
-rw-r--r--ext/esd/README12
1 files changed, 0 insertions, 12 deletions
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)
-