2009-05-30 15:18:21 +00:00
|
|
|
Gst-LV2 Quickstart
|
|
|
|
|
|
|
|
Dependencies:
|
|
|
|
|
|
|
|
SLV2 0.6.* <http://drobilla.net/software/slv2>
|
|
|
|
|
|
|
|
Which in turn depends on:
|
|
|
|
|
|
|
|
librdf (redland) >= 1.0.6 <http://librdf.org>
|
|
|
|
|
|
|
|
|
|
|
|
Example Pipeline:
|
|
|
|
|
|
|
|
Requires swh-lv2 <http://plugin.org.uk/releases/>
|
|
|
|
|
2010-02-01 20:24:52 +00:00
|
|
|
gst-launch-0.10 -v filesrc location=/usr/share/sounds/login.wav ! wavparse ! audioconvert ! plugin-org-uk-swh-plugins-djFlanger ! audioconvert ! alsasink
|
2009-05-30 15:18:21 +00:00
|
|
|
|
|
|
|
(A longer wav will be a better example)
|
2010-02-01 20:24:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
Requires calf <http://calf.sourceforge.net/>
|
|
|
|
|
|
|
|
GST_DEBUG="*:2,gst-dsp:5,lv2:5"
|
|
|
|
gst-launch calf-sourceforge-net-plugins-Monosynth event-in="C-3" ! pulsesink
|
|
|
|
gst-launch calf-sourceforge-net-plugins-Monosynth event-in="C-3" name=ms ! pulsesink ms. ! fakesink
|
|
|
|
|