python: update python examples to modern python, Gst, and Glib versions
[experiments/gstreamer.git] / shell / gst-vocoder.sh
index 936444d..df00ccf 100755 (executable)
@@ -22,10 +22,12 @@ CARRIER_PARAMS="$CARRIER_TONE ! carrier. audiotestsrc wave=5 volume=0.1 ! carrie
 CARRIER="adder name=carrier"
 
 SINK="autoaudiosink"
+#SINK="wavenc ! filesink location=audio-vocoder-test.wav"
 
+# 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 \