mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
23 lines
734 B
Text
23 lines
734 B
Text
Gst-LV2 Quickstart
|
|
|
|
Dependencies:
|
|
|
|
Lilv 0.6.6 <http://drobilla.net/software/lilv/>
|
|
|
|
|
|
Example Pipeline:
|
|
|
|
Requires swh-lv2 <http://plugin.org.uk/releases/>
|
|
|
|
gst-launch-1.0 -v filesrc location=/usr/share/sounds/login.wav ! wavparse ! audioconvert ! plugin-org-uk-swh-plugins-djFlanger ! audioconvert ! autoaudiosink
|
|
|
|
(A longer wav will be a better example)
|
|
|
|
|
|
Requires calf <http://calf.sourceforge.net/>
|
|
|
|
GST_DEBUG="*:2,lv2:5"
|
|
gst-launch-1.0 calf-sourceforge-net-plugins-Monosynth event-in="C-3" ! autoaudiosink
|
|
gst-launch-1.0 calf-sourceforge-net-plugins-Monosynth event-in="C-3" name=ms ! autoaudiosink ms. ! fakesink
|
|
gst-launch-1.0 calf-sourceforge-net-plugins-Organ event-in="C-3" name=s ! interleave name=i ! autoaudiosink s. ! i.
|
|
|