| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 8c441d808316a6d7a9473ce86800b627235a50a0..eae2357b8d611800f781b443ee7b8e3d3e6e7532 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -11,6 +11,14 @@ namespace switches {
|
| // have an effect. 0 disables MSAA.
|
| const char kAcceleratedCanvas2dMSAASampleCount[] = "canvas-msaa-sample-count";
|
|
|
| +// Enables a new tuning of the WebRTC Acoustic Echo Canceler (AEC). The new
|
| +// tuning aims at resolving two issues with the AEC:
|
| +// https://bugs.chromium.org/p/webrtc/issues/detail?id=5777
|
| +// https://bugs.chromium.org/p/webrtc/issues/detail?id=5778
|
| +// TODO(hlundin): Remove this switch when experimentation is over;
|
| +// crbug.com/603821.
|
| +const char kAecRefinedAdaptiveFilter[] = "aec-refined-adaptive-filter";
|
| +
|
| // Override the default minimum starting volume of the Automatic Gain Control
|
| // algorithm in WebRTC used with audio tracks from getUserMedia.
|
| // The valid range is 12-255. Values outside that range will be clamped
|
|
|