diff --git a/ext/lv2/README b/ext/lv2/README new file mode 100644 index 0000000000..d1431b7707 --- /dev/null +++ b/ext/lv2/README @@ -0,0 +1,18 @@ +Gst-LV2 Quickstart + +Dependencies: + +SLV2 0.6.* + +Which in turn depends on: + +librdf (redland) >= 1.0.6 + + +Example Pipeline: + +Requires swh-lv2 + +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)