diff options
author | Dave Robillard <dave@drobilla.net> | 2009-07-03 20:01:30 -0400 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-07-03 20:01:30 -0400 |
commit | caba48f261421d397900471b19350da2e5a4a4e5 (patch) | |
tree | ace87e1bd5c819454aefaa722203c30ed83f4ec1 /ext/lv2/README | |
parent | 699e4f4d044d8111053b631baba4b324a60b1274 (diff) | |
parent | 6a763f6a471e9fbbd86358b0175498a6af78666e (diff) | |
download | gst-plugins-bad-caba48f261421d397900471b19350da2e5a4a4e5.tar.gz gst-plugins-bad-caba48f261421d397900471b19350da2e5a4a4e5.tar.bz2 gst-plugins-bad-caba48f261421d397900471b19350da2e5a4a4e5.zip |
Merge branch 'master' of git://anongit.freedesktop.org/gstreamer/gst-plugins-bad into fdo
Diffstat (limited to 'ext/lv2/README')
-rw-r--r-- | ext/lv2/README | 18 |
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) |