OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") | 9 import("../build/webrtc.gni") |
10 import("audio_coding/audio_coding.gni") | 10 import("audio_coding/audio_coding.gni") |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 "//resources/audio_device/audio_short44.pcm", | 154 "//resources/audio_device/audio_short44.pcm", |
155 "//resources/audio_device/audio_short48.pcm", | 155 "//resources/audio_device/audio_short48.pcm", |
156 "//resources/audio_processing/agc/agc_audio.pcm", | 156 "//resources/audio_processing/agc/agc_audio.pcm", |
157 "//resources/audio_processing/agc/agc_no_circular_buffer.dat", | 157 "//resources/audio_processing/agc/agc_no_circular_buffer.dat", |
158 "//resources/audio_processing/agc/agc_pitch_gain.dat", | 158 "//resources/audio_processing/agc/agc_pitch_gain.dat", |
159 "//resources/audio_processing/agc/agc_pitch_lag.dat", | 159 "//resources/audio_processing/agc/agc_pitch_lag.dat", |
160 "//resources/audio_processing/agc/agc_spectral_peak.dat", | 160 "//resources/audio_processing/agc/agc_spectral_peak.dat", |
161 "//resources/audio_processing/agc/agc_vad.dat", | 161 "//resources/audio_processing/agc/agc_vad.dat", |
162 "//resources/audio_processing/agc/agc_voicing_prob.dat", | 162 "//resources/audio_processing/agc/agc_voicing_prob.dat", |
163 "//resources/audio_processing/agc/agc_with_circular_buffer.dat", | 163 "//resources/audio_processing/agc/agc_with_circular_buffer.dat", |
| 164 "//resources/audio_processing/output_data_fixed.pb", |
| 165 "//resources/audio_processing/output_data_float.pb", |
| 166 "//resources/audio_processing/output_data_mac.pb", |
164 "//resources/audio_processing/transient/ajm-macbook-1-spke16m.pcm", | 167 "//resources/audio_processing/transient/ajm-macbook-1-spke16m.pcm", |
165 "//resources/audio_processing/transient/audio16kHz.pcm", | 168 "//resources/audio_processing/transient/audio16kHz.pcm", |
166 "//resources/audio_processing/transient/audio32kHz.pcm", | 169 "//resources/audio_processing/transient/audio32kHz.pcm", |
167 "//resources/audio_processing/transient/audio48kHz.pcm", | 170 "//resources/audio_processing/transient/audio48kHz.pcm", |
168 "//resources/audio_processing/transient/audio8kHz.pcm", | 171 "//resources/audio_processing/transient/audio8kHz.pcm", |
169 "//resources/audio_processing/transient/detect16kHz.dat", | 172 "//resources/audio_processing/transient/detect16kHz.dat", |
170 "//resources/audio_processing/transient/detect32kHz.dat", | 173 "//resources/audio_processing/transient/detect32kHz.dat", |
171 "//resources/audio_processing/transient/detect48kHz.dat", | 174 "//resources/audio_processing/transient/detect48kHz.dat", |
172 "//resources/audio_processing/transient/detect8kHz.dat", | 175 "//resources/audio_processing/transient/detect8kHz.dat", |
173 "//resources/audio_processing/transient/double-utils.dat", | 176 "//resources/audio_processing/transient/double-utils.dat", |
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 "../test:test_common", | 746 "../test:test_common", |
744 "../test:test_support_main", | 747 "../test:test_support_main", |
745 "remote_bitrate_estimator:bwe_simulator_lib", | 748 "remote_bitrate_estimator:bwe_simulator_lib", |
746 "video_capture", | 749 "video_capture", |
747 "//testing/gmock", | 750 "//testing/gmock", |
748 "//testing/gtest", | 751 "//testing/gtest", |
749 "//third_party/gflags", | 752 "//third_party/gflags", |
750 ] | 753 ] |
751 } | 754 } |
752 } | 755 } |
OLD | NEW |