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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'common.h', | 92 'common.h', |
93 'echo_cancellation_impl.cc', | 93 'echo_cancellation_impl.cc', |
94 'echo_cancellation_impl.h', | 94 'echo_cancellation_impl.h', |
95 'echo_control_mobile_impl.cc', | 95 'echo_control_mobile_impl.cc', |
96 'echo_control_mobile_impl.h', | 96 'echo_control_mobile_impl.h', |
97 'gain_control_impl.cc', | 97 'gain_control_impl.cc', |
98 'gain_control_impl.h', | 98 'gain_control_impl.h', |
99 'high_pass_filter_impl.cc', | 99 'high_pass_filter_impl.cc', |
100 'high_pass_filter_impl.h', | 100 'high_pass_filter_impl.h', |
101 'include/audio_processing.h', | 101 'include/audio_processing.h', |
| 102 'intelligibility/intelligibility_enhancer.cc', |
| 103 'intelligibility/intelligibility_enhancer.h', |
| 104 'intelligibility/intelligibility_utils.cc', |
| 105 'intelligibility/intelligibility_utils.h', |
102 'level_estimator_impl.cc', | 106 'level_estimator_impl.cc', |
103 'level_estimator_impl.h', | 107 'level_estimator_impl.h', |
104 'noise_suppression_impl.cc', | 108 'noise_suppression_impl.cc', |
105 'noise_suppression_impl.h', | 109 'noise_suppression_impl.h', |
106 'processing_component.cc', | 110 'processing_component.cc', |
107 'processing_component.h', | 111 'processing_component.h', |
108 'rms_level.cc', | 112 'rms_level.cc', |
109 'rms_level.h', | 113 'rms_level.h', |
110 'splitting_filter.cc', | 114 'splitting_filter.cc', |
111 'splitting_filter.h', | 115 'splitting_filter.h', |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 'cflags!': [ | 269 'cflags!': [ |
266 '-flto', | 270 '-flto', |
267 '-ffat-lto-objects', | 271 '-ffat-lto-objects', |
268 ], | 272 ], |
269 }], | 273 }], |
270 ], | 274 ], |
271 }], | 275 }], |
272 }], | 276 }], |
273 ], | 277 ], |
274 } | 278 } |
OLD | NEW |