gstreamer/ext/lv2/README
2009-06-26 00:09:34 +03:00

18 lines
430 B
Text

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/>
gst-launch-0.10 -v filesrc location=/usr/share/sounds/login.wav ! wavparse ! audioconvert ! http---plugin-org-uk-swh-plugins-djFlanger ! audioconvert ! alsasink
(A longer wav will be a better example)