webrtc/modules/audio_processing/agc
Per Åhgren 26cc5e650f Corrected the aggregation of AGC choices and add fallback solution
This CL corrects the analog AGC code so that the levels are properly
aggregated and not only the level of the first channel is chosen.

It also adds a kill-switch to allow the aggrated level to be the maximum
level rather than the minimum level.

Bug: webrtc:10859
Change-Id: Ibf4fecb53cfaf0dc064c334112105bf26401f78d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160708
Reviewed-by: Sam Zackrisson <saza@webrtc.org>
Commit-Queue: Per Åhgren <peah@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29931}
2019-11-27 11:57:22 +00:00
..
legacy Changed the digital AGC1 gain to properly support multichannel 2019-11-23 08:42:59 +00:00
agc.cc Simplifications/refactoring of the analog AGC to make it multichannel 2019-11-06 22:03:30 +00:00
agc.h Simplifications/refactoring of the analog AGC to make it multichannel 2019-11-06 22:03:30 +00:00
agc_manager_direct.cc Corrected the aggregation of AGC choices and add fallback solution 2019-11-27 11:57:22 +00:00
agc_manager_direct.h Corrected the aggregation of AGC choices and add fallback solution 2019-11-27 11:57:22 +00:00
agc_manager_direct_unittest.cc Making the Analog AGC properly support multi-channel 2019-11-22 15:32:55 +00:00
BUILD.gn Making the Analog AGC properly support multi-channel 2019-11-22 15:32:55 +00:00
gain_control.h Remove AudioProcessing::gain_control() getter 2019-10-15 09:23:16 +00:00
gain_map_internal.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
loudness_histogram.cc Format almost everything. 2019-07-08 13:45:15 +00:00
loudness_histogram.h Format almost everything. 2019-07-08 13:45:15 +00:00
loudness_histogram_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
mock_agc.h Simplifications/refactoring of the analog AGC to make it multichannel 2019-11-06 22:03:30 +00:00
utility.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
utility.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00