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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'common.h', | 74 'common.h', |
75 'echo_cancellation_impl.cc', | 75 'echo_cancellation_impl.cc', |
76 'echo_cancellation_impl.h', | 76 'echo_cancellation_impl.h', |
77 'echo_control_mobile_impl.cc', | 77 'echo_control_mobile_impl.cc', |
78 'echo_control_mobile_impl.h', | 78 'echo_control_mobile_impl.h', |
79 'gain_control_impl.cc', | 79 'gain_control_impl.cc', |
80 'gain_control_impl.h', | 80 'gain_control_impl.h', |
81 'high_pass_filter_impl.cc', | 81 'high_pass_filter_impl.cc', |
82 'high_pass_filter_impl.h', | 82 'high_pass_filter_impl.h', |
83 'include/audio_processing.h', | 83 'include/audio_processing.h', |
| 84 'intelligibility/intelligibility_enhancer.cc', |
| 85 'intelligibility/intelligibility_enhancer.h', |
| 86 'intelligibility/intelligibility_utils.cc', |
| 87 'intelligibility/intelligibility_utils.h', |
84 'level_estimator_impl.cc', | 88 'level_estimator_impl.cc', |
85 'level_estimator_impl.h', | 89 'level_estimator_impl.h', |
86 'noise_suppression_impl.cc', | 90 'noise_suppression_impl.cc', |
87 'noise_suppression_impl.h', | 91 'noise_suppression_impl.h', |
88 'processing_component.cc', | 92 'processing_component.cc', |
89 'processing_component.h', | 93 'processing_component.h', |
90 'rms_level.cc', | 94 'rms_level.cc', |
91 'rms_level.h', | 95 'rms_level.h', |
92 'splitting_filter.cc', | 96 'splitting_filter.cc', |
93 'splitting_filter.h', | 97 'splitting_filter.h', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 'cflags!': [ | 271 'cflags!': [ |
268 '-flto', | 272 '-flto', |
269 '-ffat-lto-objects', | 273 '-ffat-lto-objects', |
270 ], | 274 ], |
271 }], | 275 }], |
272 ], | 276 ], |
273 }], | 277 }], |
274 }], | 278 }], |
275 ], | 279 ], |
276 } | 280 } |
OLD | NEW |