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

Side by Side Diff: webrtc/modules/modules_unittests.isolate

Issue 1181933002: Pull the Voice Activity Detector out from the AGC (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Convert some parts to float Created 5 years, 6 months 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) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'conditions': [ 9 'conditions': [
10 ['OS=="android"', { 10 ['OS=="android"', {
(...skipping 27 matching lines...) Expand all
38 '<(DEPTH)/resources/audio_device/audio_short44.pcm', 38 '<(DEPTH)/resources/audio_device/audio_short44.pcm',
39 '<(DEPTH)/resources/audio_device/audio_short48.pcm', 39 '<(DEPTH)/resources/audio_device/audio_short48.pcm',
40 '<(DEPTH)/resources/audio_processing/agc/agc_audio.pcm', 40 '<(DEPTH)/resources/audio_processing/agc/agc_audio.pcm',
41 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.dat', 41 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.dat',
42 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat', 42 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat',
43 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat', 43 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat',
44 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat', 44 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat',
45 '<(DEPTH)/resources/audio_processing/agc/agc_vad.dat', 45 '<(DEPTH)/resources/audio_processing/agc/agc_vad.dat',
46 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat', 46 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat',
47 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffer.dat' , 47 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffer.dat' ,
48 '<(DEPTH)/resources/audio_processing/vad/rms.dat',
49 '<(DEPTH)/resources/audio_processing/vad/voice_probability.dat',
48 '<(DEPTH)/resources/audio_processing/transient/ajm-macbook-1-spke16m.p cm', 50 '<(DEPTH)/resources/audio_processing/transient/ajm-macbook-1-spke16m.p cm',
49 '<(DEPTH)/resources/audio_processing/transient/audio16kHz.pcm', 51 '<(DEPTH)/resources/audio_processing/transient/audio16kHz.pcm',
50 '<(DEPTH)/resources/audio_processing/transient/audio32kHz.pcm', 52 '<(DEPTH)/resources/audio_processing/transient/audio32kHz.pcm',
51 '<(DEPTH)/resources/audio_processing/transient/audio48kHz.pcm', 53 '<(DEPTH)/resources/audio_processing/transient/audio48kHz.pcm',
52 '<(DEPTH)/resources/audio_processing/transient/audio8kHz.pcm', 54 '<(DEPTH)/resources/audio_processing/transient/audio8kHz.pcm',
53 '<(DEPTH)/resources/audio_processing/transient/detect16kHz.dat', 55 '<(DEPTH)/resources/audio_processing/transient/detect16kHz.dat',
54 '<(DEPTH)/resources/audio_processing/transient/detect32kHz.dat', 56 '<(DEPTH)/resources/audio_processing/transient/detect32kHz.dat',
55 '<(DEPTH)/resources/audio_processing/transient/detect48kHz.dat', 57 '<(DEPTH)/resources/audio_processing/transient/detect48kHz.dat',
56 '<(DEPTH)/resources/audio_processing/transient/detect8kHz.dat', 58 '<(DEPTH)/resources/audio_processing/transient/detect8kHz.dat',
57 '<(DEPTH)/resources/audio_processing/transient/double-utils.dat', 59 '<(DEPTH)/resources/audio_processing/transient/double-utils.dat',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 ], 139 ],
138 'files': [ 140 'files': [
139 '<(DEPTH)/DEPS', 141 '<(DEPTH)/DEPS',
140 '<(DEPTH)/testing/test_env.py', 142 '<(DEPTH)/testing/test_env.py',
141 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', 143 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
142 ], 144 ],
143 }, 145 },
144 }], 146 }],
145 ], 147 ],
146 } 148 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698