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

Unified Diff: webrtc/modules/audio_processing/audio_processing.gypi

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/audio_processing.gypi
diff --git a/webrtc/modules/audio_processing/audio_processing.gypi b/webrtc/modules/audio_processing/audio_processing.gypi
index 4ce67da06801ca3049b4d137e8aaed79ba35bb22..90cf0559b643ad5dd5d0c7e9c6196385f5d095dc 100644
--- a/webrtc/modules/audio_processing/audio_processing.gypi
+++ b/webrtc/modules/audio_processing/audio_processing.gypi
@@ -89,6 +89,27 @@
'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_spectrum_estimator.cc',
+ 'level_controller/noise_spectrum_estimator.h',
+ 'level_controller/noise_level_estimator.cc',
+ 'level_controller/noise_level_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