diff options
author | Antonio García-Domínguez <nyoescape@gmail.com> | 2016-02-02 14:24:10 +0000 |
---|---|---|
committer | Antonio García-Domínguez <nyoescape@gmail.com> | 2016-02-02 14:24:10 +0000 |
commit | 0046a8c0cd21ce9a8b35921a485f0489c3b0c4a4 (patch) | |
tree | 9d11882a8c73879d6e6f879731984883fd4e3931 /prepare-videochat.sh | |
parent | c0e57f45c830732db4f2601f069febfd0cd037dd (diff) |
Make the echo-cancel PA module optional: it's not working in Ubuntu 14.04 (#22)
Diffstat (limited to 'prepare-videochat.sh')
-rwxr-xr-x | prepare-videochat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |