From 0046a8c0cd21ce9a8b35921a485f0489c3b0c4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa-Dom=C3=ADnguez?= Date: Tue, 2 Feb 2016 14:24:10 +0000 Subject: Make the echo-cancel PA module optional: it's not working in Ubuntu 14.04 (#22) --- prepare-videochat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prepare-videochat.sh') diff --git a/prepare-videochat.sh b/prepare-videochat.sh index 55be954..4e8bc20 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -342,7 +342,7 @@ if [ -z $ECANCEL_ID ] ; then source_master="$SINK_NAME.monitor" \ sink_master="$DEFAULT_SINK" \ $PA_AUDIO_CAPS \ - aec_method="webrtc" save_aec=true use_volume_sharing=true) + aec_method="webrtc" save_aec=true use_volume_sharing=true) || true fi pactl set-default-source $SINK_NAME.monitor -- cgit v1.2.3