AEC3: Adding explicit handling of microphone gain changes
This CL re-activates the explicit handling of microphone gain changes in the AEC3 code. The implementation is done beneath a kill-switch so that when that switch is active the changes in this CL are bitexact. Bug: webrtc:9526,chromium:863826 Change-Id: I58e93d8bc0bce7bec91e102de9891ad48ebc55d8 Reviewed-on: https://webrtc-review.googlesource.com/88620 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23986}
This commit is contained in:
@ -390,6 +390,7 @@ class AudioProcessingImpl : public AudioProcessing {
|
||||
StreamConfig capture_processing_format;
|
||||
int split_rate;
|
||||
bool echo_path_gain_change;
|
||||
int prev_analog_mic_level;
|
||||
} capture_ RTC_GUARDED_BY(crit_capture_);
|
||||
|
||||
struct ApmCaptureNonLockedState {
|
||||
|
||||
Reference in New Issue
Block a user