Turn off comfort noise generation by default in AECM
All clients who do not own their own APM turn it off by default (in WebrtcVoiceEngine). AECM with comfort noise is a little-exercised code path. Configurability of this setting is going away, so we're better off disabling it by default. Bug: webrtc:9535 Change-Id: Iba839aa18e79ae29ff20bdf6e30de77870ba4143 Reviewed-on: https://webrtc-review.googlesource.com/89583 Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Alex Loiko <aleloi@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24078}
This commit is contained in:
committed by
Commit Bot
parent
e9b1854b69
commit
e507b0ce8e
@ -113,7 +113,7 @@ EchoControlMobileImpl::EchoControlMobileImpl(rtc::CriticalSection* crit_render,
|
||||
: crit_render_(crit_render),
|
||||
crit_capture_(crit_capture),
|
||||
routing_mode_(kSpeakerphone),
|
||||
comfort_noise_enabled_(true),
|
||||
comfort_noise_enabled_(false),
|
||||
external_echo_path_(NULL) {
|
||||
RTC_DCHECK(crit_render);
|
||||
RTC_DCHECK(crit_capture);
|
||||
|
||||
Reference in New Issue
Block a user