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

Side by Side Diff: webrtc/modules/audio_processing/audio_processing.gypi

Issue 1208793002: Revert "Pull the Voice Activity Detector out from the AGC" (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 5 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) 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 30 matching lines...) Expand all
41 'aec/aec_resampler.h', 41 'aec/aec_resampler.h',
42 'aec/echo_cancellation.c', 42 'aec/echo_cancellation.c',
43 'aec/echo_cancellation_internal.h', 43 'aec/echo_cancellation_internal.h',
44 'aec/include/echo_cancellation.h', 44 'aec/include/echo_cancellation.h',
45 'aecm/aecm_core.c', 45 'aecm/aecm_core.c',
46 'aecm/aecm_core.h', 46 'aecm/aecm_core.h',
47 'aecm/echo_control_mobile.c', 47 'aecm/echo_control_mobile.c',
48 'aecm/include/echo_control_mobile.h', 48 'aecm/include/echo_control_mobile.h',
49 'agc/agc.cc', 49 'agc/agc.cc',
50 'agc/agc.h', 50 'agc/agc.h',
51 'agc/agc_audio_proc.cc',
52 'agc/agc_audio_proc.h',
53 'agc/agc_audio_proc_internal.h',
51 'agc/agc_manager_direct.cc', 54 'agc/agc_manager_direct.cc',
52 'agc/agc_manager_direct.h', 55 'agc/agc_manager_direct.h',
56 'agc/circular_buffer.cc',
57 'agc/circular_buffer.h',
58 'agc/common.h',
53 'agc/gain_map_internal.h', 59 'agc/gain_map_internal.h',
60 'agc/gmm.cc',
61 'agc/gmm.h',
54 'agc/histogram.cc', 62 'agc/histogram.cc',
55 'agc/histogram.h', 63 'agc/histogram.h',
56 'agc/legacy/analog_agc.c', 64 'agc/legacy/analog_agc.c',
57 'agc/legacy/analog_agc.h', 65 'agc/legacy/analog_agc.h',
58 'agc/legacy/digital_agc.c', 66 'agc/legacy/digital_agc.c',
59 'agc/legacy/digital_agc.h', 67 'agc/legacy/digital_agc.h',
60 'agc/legacy/gain_control.h', 68 'agc/legacy/gain_control.h',
69 'agc/noise_gmm_tables.h',
70 'agc/pitch_based_vad.cc',
71 'agc/pitch_based_vad.h',
72 'agc/pitch_internal.cc',
73 'agc/pitch_internal.h',
74 'agc/pole_zero_filter.cc',
75 'agc/pole_zero_filter.h',
76 'agc/standalone_vad.cc',
77 'agc/standalone_vad.h',
61 'agc/utility.cc', 78 'agc/utility.cc',
62 'agc/utility.h', 79 'agc/utility.h',
80 'agc/voice_gmm_tables.h',
63 'audio_buffer.cc', 81 'audio_buffer.cc',
64 'audio_buffer.h', 82 'audio_buffer.h',
65 'audio_processing_impl.cc', 83 'audio_processing_impl.cc',
66 'audio_processing_impl.h', 84 'audio_processing_impl.h',
67 'beamformer/beamformer.h', 85 'beamformer/beamformer.h',
68 'beamformer/complex_matrix.h', 86 'beamformer/complex_matrix.h',
69 'beamformer/covariance_matrix_generator.cc', 87 'beamformer/covariance_matrix_generator.cc',
70 'beamformer/covariance_matrix_generator.h', 88 'beamformer/covariance_matrix_generator.h',
71 'beamformer/matrix.h', 89 'beamformer/matrix.h',
72 'beamformer/nonlinear_beamformer.cc', 90 'beamformer/nonlinear_beamformer.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'transient/wpd_node.h', 128 'transient/wpd_node.h',
111 'transient/wpd_tree.cc', 129 'transient/wpd_tree.cc',
112 'transient/wpd_tree.h', 130 'transient/wpd_tree.h',
113 'typing_detection.cc', 131 'typing_detection.cc',
114 'typing_detection.h', 132 'typing_detection.h',
115 'utility/delay_estimator.c', 133 'utility/delay_estimator.c',
116 'utility/delay_estimator.h', 134 'utility/delay_estimator.h',
117 'utility/delay_estimator_internal.h', 135 'utility/delay_estimator_internal.h',
118 'utility/delay_estimator_wrapper.c', 136 'utility/delay_estimator_wrapper.c',
119 'utility/delay_estimator_wrapper.h', 137 'utility/delay_estimator_wrapper.h',
120 'vad/common.h',
121 'vad/gmm.cc',
122 'vad/gmm.h',
123 'vad/noise_gmm_tables.h',
124 'vad/pitch_based_vad.cc',
125 'vad/pitch_based_vad.h',
126 'vad/pitch_internal.cc',
127 'vad/pitch_internal.h',
128 'vad/pole_zero_filter.cc',
129 'vad/pole_zero_filter.h',
130 'vad/standalone_vad.cc',
131 'vad/standalone_vad.h',
132 'vad/vad_audio_proc.cc',
133 'vad/vad_audio_proc.h',
134 'vad/vad_audio_proc_internal.h',
135 'vad/vad_circular_buffer.cc',
136 'vad/vad_circular_buffer.h',
137 'vad/voice_activity_detector.cc',
138 'vad/voice_activity_detector.h',
139 'vad/voice_gmm_tables.h',
140 'voice_detection_impl.cc', 138 'voice_detection_impl.cc',
141 'voice_detection_impl.h', 139 'voice_detection_impl.h',
142 ], 140 ],
143 'conditions': [ 141 'conditions': [
144 ['aec_debug_dump==1', { 142 ['aec_debug_dump==1', {
145 'defines': ['WEBRTC_AEC_DEBUG_DUMP',], 143 'defines': ['WEBRTC_AEC_DEBUG_DUMP',],
146 }], 144 }],
147 ['aec_untrusted_delay_for_testing==1', { 145 ['aec_untrusted_delay_for_testing==1', {
148 'defines': ['WEBRTC_UNTRUSTED_DELAY',], 146 'defines': ['WEBRTC_UNTRUSTED_DELAY',],
149 }], 147 }],
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'sources': [ 260 'sources': [
263 'aec/aec_core_neon.c', 261 'aec/aec_core_neon.c',
264 'aec/aec_rdft_neon.c', 262 'aec/aec_rdft_neon.c',
265 'aecm/aecm_core_neon.c', 263 'aecm/aecm_core_neon.c',
266 'ns/nsx_core_neon.c', 264 'ns/nsx_core_neon.c',
267 ], 265 ],
268 }], 266 }],
269 }], 267 }],
270 ], 268 ],
271 } 269 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/agc/voice_gmm_tables.h ('k') | webrtc/modules/audio_processing/vad/common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698