From: Antonio Ospite Date: Wed, 17 Sep 2014 09:58:55 +0000 (+0200) Subject: Add the gst-adder.sh example X-Git-Url: https://git.ao2.it/experiments/gstreamer.git/commitdiff_plain/566457350314218a08b6f8afd0f8782d71c440ba Add the gst-adder.sh example --- diff --git a/shell/gst-adder.sh b/shell/gst-adder.sh new file mode 100755 index 0000000..3cf2a2a --- /dev/null +++ b/shell/gst-adder.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +gst-launch-1.0 adder name=mix ! audioconvert ! autoaudiosink \ + audiotestsrc wave=2 ! mix. \ + audiotestsrc wave=5 ! mix.