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

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: Fixed type conversion error 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 93387891ebdd0a2e91251e031b931fa98db827e0..d7d84d1695a835beae83fcf497c1424358801745 100644
--- a/webrtc/modules/audio_processing/audio_processing.gypi
+++ b/webrtc/modules/audio_processing/audio_processing.gypi
@@ -58,7 +58,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',
@@ -80,6 +79,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',
@@ -91,7 +91,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',
« no previous file with comments | « webrtc/modules/audio_processing/audio_processing.cc ('k') | webrtc/modules/audio_processing/audio_processing_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698