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

Side by Side Diff: webrtc/modules/audio_processing/audio_processing.gypi

Issue 2415403002: Introduced the new parameter setting scheme for activating the high-pass filter in APM (Closed)
Patch Set: Changes in response to reviewer comments Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'variables': { 10 'variables': {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'beamformer/nonlinear_beamformer.h', 70 'beamformer/nonlinear_beamformer.h',
71 'common.h', 71 'common.h',
72 'echo_cancellation_impl.cc', 72 'echo_cancellation_impl.cc',
73 'echo_cancellation_impl.h', 73 'echo_cancellation_impl.h',
74 'echo_control_mobile_impl.cc', 74 'echo_control_mobile_impl.cc',
75 'echo_control_mobile_impl.h', 75 'echo_control_mobile_impl.h',
76 'gain_control_for_experimental_agc.cc', 76 'gain_control_for_experimental_agc.cc',
77 'gain_control_for_experimental_agc.h', 77 'gain_control_for_experimental_agc.h',
78 'gain_control_impl.cc', 78 'gain_control_impl.cc',
79 'gain_control_impl.h', 79 'gain_control_impl.h',
80 'high_pass_filter_impl.cc',
81 'high_pass_filter_impl.h',
82 'include/audio_processing.cc', 80 'include/audio_processing.cc',
83 'include/audio_processing.h', 81 'include/audio_processing.h',
84 'include/config.cc', 82 'include/config.cc',
85 'include/config.h', 83 'include/config.h',
86 'level_controller/biquad_filter.cc', 84 'level_controller/biquad_filter.cc',
87 'level_controller/biquad_filter.h', 85 'level_controller/biquad_filter.h',
88 'level_controller/down_sampler.cc', 86 'level_controller/down_sampler.cc',
89 'level_controller/down_sampler.h', 87 'level_controller/down_sampler.h',
90 'level_controller/gain_applier.cc', 88 'level_controller/gain_applier.cc',
91 'level_controller/gain_applier.h', 89 'level_controller/gain_applier.h',
92 'level_controller/gain_selector.cc', 90 'level_controller/gain_selector.cc',
93 'level_controller/gain_selector.h', 91 'level_controller/gain_selector.h',
94 'level_controller/level_controller_constants.h', 92 'level_controller/level_controller_constants.h',
95 'level_controller/level_controller.cc', 93 'level_controller/level_controller.cc',
96 'level_controller/level_controller.h', 94 'level_controller/level_controller.h',
97 'level_controller/noise_spectrum_estimator.cc', 95 'level_controller/noise_spectrum_estimator.cc',
98 'level_controller/noise_spectrum_estimator.h', 96 'level_controller/noise_spectrum_estimator.h',
99 'level_controller/noise_level_estimator.cc', 97 'level_controller/noise_level_estimator.cc',
100 'level_controller/noise_level_estimator.h', 98 'level_controller/noise_level_estimator.h',
101 'level_controller/peak_level_estimator.cc', 99 'level_controller/peak_level_estimator.cc',
102 'level_controller/peak_level_estimator.h', 100 'level_controller/peak_level_estimator.h',
103 'level_controller/saturating_gain_estimator.cc', 101 'level_controller/saturating_gain_estimator.cc',
104 'level_controller/saturating_gain_estimator.h', 102 'level_controller/saturating_gain_estimator.h',
105 'level_controller/signal_classifier.cc', 103 'level_controller/signal_classifier.cc',
106 'level_controller/signal_classifier.h', 104 'level_controller/signal_classifier.h',
107 'level_estimator_impl.cc', 105 'level_estimator_impl.cc',
108 'level_estimator_impl.h', 106 'level_estimator_impl.h',
109 'logging/apm_data_dumper.cc', 107 'logging/apm_data_dumper.cc',
110 'logging/apm_data_dumper.h', 108 'logging/apm_data_dumper.h',
109 'low_cut_filter.cc',
110 'low_cut_filter.h',
111 'noise_suppression_impl.cc', 111 'noise_suppression_impl.cc',
112 'noise_suppression_impl.h', 112 'noise_suppression_impl.h',
113 'render_queue_item_verifier.h', 113 'render_queue_item_verifier.h',
114 'rms_level.cc', 114 'rms_level.cc',
115 'rms_level.h', 115 'rms_level.h',
116 'splitting_filter.cc', 116 'splitting_filter.cc',
117 'splitting_filter.h', 117 'splitting_filter.h',
118 'three_band_filter_bank.cc', 118 'three_band_filter_bank.cc',
119 'three_band_filter_bank.h', 119 'three_band_filter_bank.h',
120 'transient/common.h', 120 'transient/common.h',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',], 315 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',],
316 }], 316 }],
317 ['apm_debug_dump==0', { 317 ['apm_debug_dump==0', {
318 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',], 318 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',],
319 }], 319 }],
320 ], 320 ],
321 }], 321 }],
322 }], 322 }],
323 ], 323 ],
324 } 324 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698