OLD | NEW |
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'audio_processing_impl.cc', | 61 'audio_processing_impl.cc', |
62 'audio_processing_impl.h', | 62 'audio_processing_impl.h', |
63 'beamformer/array_util.cc', | 63 'beamformer/array_util.cc', |
64 'beamformer/array_util.h', | 64 'beamformer/array_util.h', |
65 'beamformer/complex_matrix.h', | 65 'beamformer/complex_matrix.h', |
66 'beamformer/covariance_matrix_generator.cc', | 66 'beamformer/covariance_matrix_generator.cc', |
67 'beamformer/covariance_matrix_generator.h', | 67 'beamformer/covariance_matrix_generator.h', |
68 'beamformer/matrix.h', | 68 'beamformer/matrix.h', |
69 'beamformer/nonlinear_beamformer.cc', | 69 'beamformer/nonlinear_beamformer.cc', |
70 'beamformer/nonlinear_beamformer.h', | 70 'beamformer/nonlinear_beamformer.h', |
| 71 'biquad_high_pass_filter.cc', |
| 72 'biquad_high_pass_filter.h', |
71 'common.h', | 73 'common.h', |
72 'echo_cancellation_impl.cc', | 74 'echo_cancellation_impl.cc', |
73 'echo_cancellation_impl.h', | 75 'echo_cancellation_impl.h', |
74 'echo_control_mobile_impl.cc', | 76 'echo_control_mobile_impl.cc', |
75 'echo_control_mobile_impl.h', | 77 'echo_control_mobile_impl.h', |
76 'gain_control_for_experimental_agc.cc', | 78 'gain_control_for_experimental_agc.cc', |
77 'gain_control_for_experimental_agc.h', | 79 'gain_control_for_experimental_agc.h', |
78 'gain_control_impl.cc', | 80 'gain_control_impl.cc', |
79 'gain_control_impl.h', | 81 'gain_control_impl.h', |
80 'high_pass_filter_impl.cc', | 82 'high_pass_filter_impl.cc', |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |