Add the gst-adder.sh example
authorAntonio Ospite <ao2@ao2.it>
Wed, 17 Sep 2014 09:58:55 +0000 (11:58 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 17 Sep 2014 09:58:55 +0000 (11:58 +0200)
shell/gst-adder.sh [new file with mode: 0755]

diff --git a/shell/gst-adder.sh b/shell/gst-adder.sh
new file mode 100755 (executable)
index 0000000..3cf2a2a
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+gst-launch-1.0 adder name=mix ! audioconvert ! autoaudiosink \
+  audiotestsrc wave=2 ! mix. \
+  audiotestsrc wave=5 ! mix.