From 7527729dc0619c6cc517cb442fe99ae9918c9cef Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 29 Aug 2018 17:07:22 +0200 Subject: [PATCH] gst-vocoder.sh: use vocoder_1337.so from swh-plugins The copy in lmms is not available for other programs to use. After I filed https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758888 it was made available in /usr/lib/ladspa: https://salsa.debian.org/debian-edu-pkg-team/lmms/commit/754c10e#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2 But then it was hidden again because the one in swh-plugins became available: https://salsa.debian.org/debian-edu-pkg-team/lmms/commit/a58ea7c7c719df57ce51ba163faf6603b87d81cb --- shell/gst-vocoder.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/gst-vocoder.sh b/shell/gst-vocoder.sh index 936444d..500b60a 100755 --- a/shell/gst-vocoder.sh +++ b/shell/gst-vocoder.sh @@ -23,9 +23,10 @@ CARRIER="adder name=carrier" SINK="autoaudiosink" +# Using vocoder_1337.so, in Debian it's available in the swh-plugins package. gst-launch-1.0 -v interleave name=i ! \ capssetter caps="audio/x-raw,channels=2,channel-mask=(bitmask)0x3" ! audioconvert ! audioresample ! \ - ladspa-vocoder-1337-so-vocoder-lmms \ + ladspa-vocoder-1337-so-vocoder \ number-of-bands=16 \ left-right=0 \ band-1-level=1 \ -- 2.1.4