Add the gst-adder.sh example
[experiments/gstreamer.git] / shell / gst-adder.sh
1 #!/bin/sh
2
3 gst-launch-1.0 adder name=mix ! audioconvert ! autoaudiosink \
4   audiotestsrc wave=2 ! mix. \
5   audiotestsrc wave=5 ! mix.