gst-vocoder.sh: add an alternative sink to output to a file
authorAntonio Ospite <ao2@ao2.it>
Wed, 29 Aug 2018 15:45:10 +0000 (17:45 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 29 Aug 2018 15:45:10 +0000 (17:45 +0200)
shell/gst-vocoder.sh

index 500b60a..df00ccf 100755 (executable)
@@ -22,6 +22,7 @@ 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 ! \