summaryrefslogtreecommitdiff
path: root/ext/esd/README
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-20 23:13:50 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-20 23:13:50 +0000
commit7b8037423b79b59463415ef169bdef6b4feae1fc (patch)
tree3faf6233d153425a8abbeb3d24d47025f4a3e3ba /ext/esd/README
parent2f7d491580259044e1bcd2a59ee73a19616511ef (diff)
downloadgstreamer-plugins-good-7b8037423b79b59463415ef169bdef6b4feae1fc.tar.gz
added esd added new autogen.sh feature : list all of the libs/plugins you want to disable in a file called "disable" ...
Original commit message from CVS: added esd added new autogen.sh feature : list all of the libs/plugins you want to disable in a file called "disable" and they will. makes it easier to check stuff when you're working on one a file "enable" does the opposite. You're on your own if you make them conflict ;) CML2 anyone ? fixed some xvideo stuff, can't remember what though
Diffstat (limited to 'ext/esd/README')
-rw-r--r--ext/esd/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/esd/README b/ext/esd/README
new file mode 100644
index 000000000..27973122d
--- /dev/null
+++ b/ext/esd/README
@@ -0,0 +1,12 @@
+The esdsink plugin
+==================
+
+The esdsink plugin is for outputting an audio atream 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)
+