gst-vocoder.sh: use vocoder_1337.so from swh-plugins
[experiments/gstreamer.git] / shell / gst-vocoder.sh
index 936444d..500b60a 100755 (executable)
@@ -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 \