Chromium Code Reviews

Unified Diff: webrtc/common.h

Issue 2090583002: New module for the adaptive level controlling functionality in the audio processing module (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Temporarily deactivated the level controller until the CL with the proper tuning has been landed Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/BUILD.gn » ('j') | webrtc/webrtc_tests.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common.h
diff --git a/webrtc/common.h b/webrtc/common.h
index 3aeea814c6bae7305408ccaeb3a49c6725a93d48..8795064fd07e3ebb0e63e0a51cdb2ee8e7b1cc6b 100644
--- a/webrtc/common.h
+++ b/webrtc/common.h
@@ -34,7 +34,8 @@ enum class ConfigOptionID {
kBeamforming,
kIntelligibility,
kEchoCanceller3,
- kAecRefinedAdaptiveFilter
+ kAecRefinedAdaptiveFilter,
+ kLevelControl
};
// Class Config is designed to ease passing a set of options across webrtc code.
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/BUILD.gn » ('j') | webrtc/webrtc_tests.gypi » ('J')

Powered by Google App Engine