projects
/
experiments
/
gstreamer.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b67c98
)
Add gst-fakesrc-random-midi-notes.sh
author
Antonio Ospite <ao2@ao2.it>
Thu, 2 Oct 2014 16:28:19 +0000
(18:28 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Thu, 2 Oct 2014 16:28:19 +0000
(18:28 +0200)
shell/gst-fakesrc-random-midi-notes.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/shell/gst-fakesrc-random-midi-notes.sh
b/shell/gst-fakesrc-random-midi-notes.sh
new file mode 100755
(executable)
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