From: Antonio Ospite Date: Wed, 29 Aug 2018 15:45:10 +0000 (+0200) Subject: gst-vocoder.sh: add an alternative sink to output to a file X-Git-Url: https://git.ao2.it/experiments/gstreamer.git/commitdiff_plain/48c3acab5f86b4aab3f7a6d7decc5f3294bced54 gst-vocoder.sh: add an alternative sink to output to a file --- diff --git a/shell/gst-vocoder.sh b/shell/gst-vocoder.sh index 500b60a..df00ccf 100755 --- a/shell/gst-vocoder.sh +++ b/shell/gst-vocoder.sh @@ -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 ! \