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

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

Issue 2405403003: Add empty residual echo detector. (Closed)
Patch Set: Small update to 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'level_controller/saturating_gain_estimator.h', 104 'level_controller/saturating_gain_estimator.h',
105 'level_controller/signal_classifier.cc', 105 'level_controller/signal_classifier.cc',
106 'level_controller/signal_classifier.h', 106 'level_controller/signal_classifier.h',
107 'level_estimator_impl.cc', 107 'level_estimator_impl.cc',
108 'level_estimator_impl.h', 108 'level_estimator_impl.h',
109 'logging/apm_data_dumper.cc', 109 'logging/apm_data_dumper.cc',
110 'logging/apm_data_dumper.h', 110 'logging/apm_data_dumper.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 'residual_echo_detector.cc',
115 'residual_echo_detector.h',
114 'rms_level.cc', 116 'rms_level.cc',
115 'rms_level.h', 117 'rms_level.h',
116 'splitting_filter.cc', 118 'splitting_filter.cc',
117 'splitting_filter.h', 119 'splitting_filter.h',
118 'three_band_filter_bank.cc', 120 'three_band_filter_bank.cc',
119 'three_band_filter_bank.h', 121 'three_band_filter_bank.h',
120 'transient/common.h', 122 'transient/common.h',
121 'transient/daubechies_8_wavelet_coeffs.h', 123 'transient/daubechies_8_wavelet_coeffs.h',
122 'transient/dyadic_decimator.h', 124 'transient/dyadic_decimator.h',
123 'transient/moving_moments.cc', 125 'transient/moving_moments.cc',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',], 317 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',],
316 }], 318 }],
317 ['apm_debug_dump==0', { 319 ['apm_debug_dump==0', {
318 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',], 320 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',],
319 }], 321 }],
320 ], 322 ],
321 }], 323 }],
322 }], 324 }],
323 ], 325 ],
324 } 326 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/BUILD.gn ('k') | webrtc/modules/audio_processing/audio_processing_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698