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

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

Issue 2337083002: Reland of added functionality for specifying the initial signal level to use for the gain estimation (Closed)
Patch Set: Changes in response to reviewer comments Created 4 years, 2 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 78f133a97a8577e2cfbf8a0acff5565cf467e907..1ff31f94e2465dd3b0ddda9eb630df2aa6f9ed32 100644
--- a/webrtc/modules/audio_processing/audio_processing.gypi
+++ b/webrtc/modules/audio_processing/audio_processing.gypi
@@ -60,7 +60,6 @@
'agc/utility.h',
'audio_buffer.cc',
'audio_buffer.h',
- 'audio_processing.cc',
'audio_processing_impl.cc',
'audio_processing_impl.h',
'beamformer/array_util.cc',
@@ -82,6 +81,7 @@
'gain_control_impl.h',
'high_pass_filter_impl.cc',
'high_pass_filter_impl.h',
+ 'include/audio_processing.cc',
'include/audio_processing.h',
'include/config.cc',
'include/config.h',
@@ -93,7 +93,7 @@
'level_controller/gain_applier.h',
'level_controller/gain_selector.cc',
'level_controller/gain_selector.h',
- 'level_controller/lc_constants.h',
+ 'level_controller/level_controller_constants.h',
'level_controller/level_controller.cc',
'level_controller/level_controller.h',
'level_controller/noise_spectrum_estimator.cc',

Powered by Google App Engine
This is Rietveld 408576698