summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-05-30 11:18:21 -0400
committerStefan Kost <ensonic@users.sf.net>2009-06-26 00:09:34 +0300
commit72ae74e88994e3a2c5bcc9efdd000989ca26faee (patch)
tree8e8a62e0a323dab1c4e13513bbf0b27f5350a07f
parente673b099d4c8aca5f00a65199165158403025867 (diff)
Add LV2 quick start README.
-rw-r--r--ext/lv2/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/ext/lv2/README b/ext/lv2/README
new file mode 100644
index 000000000..d1431b770
--- /dev/null
+++ b/ext/lv2/README
@@ -0,0 +1,18 @@
+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)