From 0be04e32a1db1ced9d1bbc1005c56c0b3d55ffc4 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 2 Oct 2014 18:28:19 +0200 Subject: [PATCH] Add gst-fakesrc-random-midi-notes.sh --- shell/gst-fakesrc-random-midi-notes.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 shell/gst-fakesrc-random-midi-notes.sh diff --git a/shell/gst-fakesrc-random-midi-notes.sh b/shell/gst-fakesrc-random-midi-notes.sh new file mode 100755 index 0000000..e9fb58b --- /dev/null +++ b/shell/gst-fakesrc-random-midi-notes.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +gst-launch-1.0 \ + fakesrc datarate=400 sizetype=2 sizemin=3 sizemax=3 num-buffers=1000 format=3 filltype=3 ! \ + audio/x-midi-event ! fluiddec ! audioconvert ! autoaudiosink -- 2.1.4