From 325852de5b8af4264e9c955592bc8b1c98e39961 Mon Sep 17 00:00:00 2001 From: "C.J. Adams-Collier" Date: Tue, 12 Jan 2016 10:28:13 -0800 Subject: added an audioresample plugin to the audio pipeline --- prepare-videochat.sh | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3