gstreamer/ext/lv2
2009-07-21 17:52:32 +03:00
..
gstlv2.c Use GST_WARNING instead of fprintf. 2009-06-26 00:09:36 +03:00
gstlv2.h signalprocessor: use $(top_builddir) instead of relative paths 2009-06-22 23:50:49 +03:00
Makefile.am make: remove whitespace after trailing backslash 2009-07-21 17:52:32 +03:00
README Add LV2 quick start README. 2009-06-26 00:09:34 +03:00

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)