gstreamer/ext/lv2
Yaakov Selkowitz fac1f741c3 signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LADSPA
This makes sure that the headers from the source tree are taken and not
accidentially installed system headers in the case of builddir!=srcdir.

Fixes bug #602161.
2009-11-18 08:05:55 +01:00
..
calf-lv2-port-groups.patch Add swh and calf LV2 port group patches. 2009-09-17 09:46:48 +03:00
gstlv2.c signalprocessor: don't set channel positions in template-caps, Fixes #601775 2009-11-16 10:20:31 +02:00
gstlv2.h Revert "LV2 preset support." 2009-09-22 13:44:14 +03:00
Makefile.am signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LADSPA 2009-11-18 08:05:55 +01:00
README Add LV2 quick start README. 2009-06-26 00:09:34 +03:00
swh-lv2-port-groups.patch Add swh and calf LV2 port group patches. 2009-09-17 09:46:48 +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)