mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
c32e74fd8a
Properly separate files as we will not have only one single base class for all elements as we used to with 0.10, but the same way it is done with ladspa, we subclass GstAudioFilter, GstBaseSource etc... https://bugzilla.gnome.org/show_bug.cgi?id=678207 |
||
---|---|---|
.. | ||
calf-lv2-port-groups.patch | ||
gstlv2.c | ||
gstlv2.h | ||
gstlv2filter.c | ||
Makefile.am | ||
README | ||
swh-lv2-port-groups.patch |
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 ! plugin-org-uk-swh-plugins-djFlanger ! audioconvert ! alsasink (A longer wav will be a better example) Requires calf <http://calf.sourceforge.net/> GST_DEBUG="*:2,signalprocessor:5,lv2:5" gst-launch calf-sourceforge-net-plugins-Monosynth event-in="C-3" ! pulsesink gst-launch calf-sourceforge-net-plugins-Monosynth event-in="C-3" name=ms ! pulsesink ms. ! fakesink gst-launch calf-sourceforge-net-plugins-Organ event-in="C-3" name=s ! interleave name=i ! pulsesink s. ! i.