From 48c3acab5f86b4aab3f7a6d7decc5f3294bced54 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 29 Aug 2018 17:45:10 +0200 Subject: [PATCH] gst-vocoder.sh: add an alternative sink to output to a file --- shell/gst-vocoder.sh | 1 + 1 file changed, 1 insertion(+) 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 ! \ -- 2.1.4