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

Unified Diff: webrtc/modules/audio_processing/BUILD.gn

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/BUILD.gn
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index 037e6bbf85dab92e0ca20cd2b85733aff09c404d..21b7cedeacae5caeb69951472c39ba4c188635f6 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -78,6 +78,27 @@ source_set("audio_processing") {
"intelligibility/intelligibility_enhancer.h",
"intelligibility/intelligibility_utils.cc",
"intelligibility/intelligibility_utils.h",
+ "level_controller/biquad_filter.cc",
+ "level_controller/biquad_filter.h",
+ "level_controller/down_sampler.cc",
+ "level_controller/down_sampler.h",
+ "level_controller/gain_applier.cc",
+ "level_controller/gain_applier.h",
+ "level_controller/gain_selector.cc",
+ "level_controller/gain_selector.h",
+ "level_controller/lc_constants.h",
+ "level_controller/level_controller.cc",
+ "level_controller/level_controller.h",
+ "level_controller/noise_level_estimator.cc",
+ "level_controller/noise_level_estimator.h",
+ "level_controller/noise_spectrum_estimator.cc",
+ "level_controller/noise_spectrum_estimator.h",
+ "level_controller/peak_level_estimator.cc",
+ "level_controller/peak_level_estimator.h",
+ "level_controller/saturating_gain_estimator.cc",
+ "level_controller/saturating_gain_estimator.h",
+ "level_controller/signal_classifier.cc",
+ "level_controller/signal_classifier.h",
"level_estimator_impl.cc",
"level_estimator_impl.h",
"logging/apm_data_dumper.cc",

Powered by Google App Engine
This is Rietveld 408576698