diff options
author | C.J. Adams-Collier <cjac@colliertech.org> | 2016-01-12 10:28:13 -0800 |
---|---|---|
committer | C.J. Adams-Collier <cjac@colliertech.org> | 2016-01-12 10:28:13 -0800 |
commit | 325852de5b8af4264e9c955592bc8b1c98e39961 (patch) | |
tree | 681f7f71eaa4ac1226953887fd2d651370e279ee /prepare-videochat.sh | |
parent | bc531a792ae35e770ef94d9502a3c10902a422f3 (diff) |
added an audioresample plugin to the audio pipeline
Diffstat (limited to 'prepare-videochat.sh')
-rwxr-xr-x | prepare-videochat.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prepare-videochat.sh b/prepare-videochat.sh index 37a01a0..515476f 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -379,6 +379,7 @@ set +e souphttpsrc location="$AUDIO_URL" do-timestamp=true is-live=true \ ! wavparse \ ! audioconvert \ + ! audioresample \ ! volume volume=3 \ ! rglimiter \ ! pulsesink device="$SINK_NAME" sync=true \ |