projects
/
experiments
/
gstreamer.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gst-vocoder.sh: add an alternative sink to output to a file
[experiments/gstreamer.git]
/
shell
/
gst-vocoder.sh
diff --git
a/shell/gst-vocoder.sh
b/shell/gst-vocoder.sh
index
500b60a
..
df00ccf
100755
(executable)
--- 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 ! \