gstreamer/ext/lv2
Dave Robillard b849ae89b5 Separate port discovery from pad template creation.
This first counts ports (using the builtin slv2 functions to do so
rather than manually as before), then creates descriptors for each port
and finds all port groups.  Only then are pad templates created (towards
using group information for creating multi-channel pads).
2009-09-17 09:46:48 +03:00
..
gstlv2.c Separate port discovery from pad template creation. 2009-09-17 09:46:48 +03:00
gstlv2.h Query and store port group information. 2009-09-17 09:46:48 +03:00
Makefile.am signalprocessor: Fix various build/dist issues 2009-09-10 07:56:25 +02: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)