commit | 697a5903148af9da80d815212387563eac4c5052 | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Fri Jun 30 07:06:10 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jun 30 14:06:10 2017 +0000 |
tree | b5764e0b778d7fa4e52fa72db409778bca19b5ef | |
parent | 4583db49670c4c5e64f71ec35a56d9384849b13f [diff] [blame] |
Added the ability to adjust the AEC3 performance for large rooms This CL exposes the parameter for adjusting the AEC3 performance for large rooms. Bug: webrtc:7519 Review-Url: https://codereview.webrtc.org/2967603002 Cr-Commit-Position: refs/heads/master@{#18862}
diff --git a/webrtc/modules/audio_processing/include/audio_processing.h b/webrtc/modules/audio_processing/include/audio_processing.h index 05be5fe..6dc6e3f 100644 --- a/webrtc/modules/audio_processing/include/audio_processing.h +++ b/webrtc/modules/audio_processing/include/audio_processing.h
@@ -268,6 +268,7 @@ // does not yet have the desired behavior. struct EchoCanceller3 { bool enabled = false; + float echo_decay = 0.f; } echo_canceller3; // Enables the next generation AGC functionality. This feature replaces the