mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
README: update to 1.0 and lilv
This commit is contained in:
parent
44b9710c74
commit
bbcd659f5d
1 changed files with 6 additions and 10 deletions
|
@ -2,26 +2,22 @@ Gst-LV2 Quickstart
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
|
|
||||||
SLV2 0.6.* <http://drobilla.net/software/slv2>
|
Lilv 0.6.6 <http://drobilla.net/software/lilv/>
|
||||||
|
|
||||||
Which in turn depends on:
|
|
||||||
|
|
||||||
librdf (redland) >= 1.0.6 <http://librdf.org>
|
|
||||||
|
|
||||||
|
|
||||||
Example Pipeline:
|
Example Pipeline:
|
||||||
|
|
||||||
Requires swh-lv2 <http://plugin.org.uk/releases/>
|
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
|
gst-launch-1.0 -v filesrc location=/usr/share/sounds/login.wav ! wavparse ! audioconvert ! plugin-org-uk-swh-plugins-djFlanger ! audioconvert ! autoaudiosink
|
||||||
|
|
||||||
(A longer wav will be a better example)
|
(A longer wav will be a better example)
|
||||||
|
|
||||||
|
|
||||||
Requires calf <http://calf.sourceforge.net/>
|
Requires calf <http://calf.sourceforge.net/>
|
||||||
|
|
||||||
GST_DEBUG="*:2,signalprocessor:5,lv2:5"
|
GST_DEBUG="*:2,lv2:5"
|
||||||
gst-launch calf-sourceforge-net-plugins-Monosynth event-in="C-3" ! pulsesink
|
gst-launch-1.0 calf-sourceforge-net-plugins-Monosynth event-in="C-3" ! autoaudiosink
|
||||||
gst-launch calf-sourceforge-net-plugins-Monosynth event-in="C-3" name=ms ! pulsesink ms. ! fakesink
|
gst-launch-1.0 calf-sourceforge-net-plugins-Monosynth event-in="C-3" name=ms ! autoaudiosink ms. ! fakesink
|
||||||
gst-launch calf-sourceforge-net-plugins-Organ event-in="C-3" name=s ! interleave name=i ! pulsesink s. ! i.
|
gst-launch-1.0 calf-sourceforge-net-plugins-Organ event-in="C-3" name=s ! interleave name=i ! autoaudiosink s. ! i.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue