summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-05-30 11:18:21 -0400
committerDave Robillard <dave@drobilla.net>2009-05-30 11:18:21 -0400
commitbd9a3cbd254714bf71cd87c31d4e5b77f6a96cba (patch)
tree1147b9257184eb23e75a9562cd46308ba39e2776 /ext
parent0b46abe9aec9d8903430f49fe17f92dd8b0ba00e (diff)
downloadgst-plugins-bad-bd9a3cbd254714bf71cd87c31d4e5b77f6a96cba.tar.gz
gst-plugins-bad-bd9a3cbd254714bf71cd87c31d4e5b77f6a96cba.tar.bz2
gst-plugins-bad-bd9a3cbd254714bf71cd87c31d4e5b77f6a96cba.zip
Add LV2 quick start README.
Diffstat (limited to 'ext')
-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 00000000..d1431b77
--- /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)