Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

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: Corrected an assignment error Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/common.h
diff --git a/webrtc/common.h b/webrtc/common.h
index 3aeea814c6bae7305408ccaeb3a49c6725a93d48..d37d1077f69d9d84aa6e3be22723c7204f2b0e04 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/modules/audio_processing/audio_processing_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698