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

Unified 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: Add 32kHz tests 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 side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/modules_unittests.isolate
diff --git a/webrtc/modules/modules_unittests.isolate b/webrtc/modules/modules_unittests.isolate
index bc6437f37ffb1b6c2e7156b7f7718f4c3b71f45a..876cc84197322044661e36752ed9d0b1589e71fa 100644
--- a/webrtc/modules/modules_unittests.isolate
+++ b/webrtc/modules/modules_unittests.isolate
@@ -45,6 +45,8 @@
'<(DEPTH)/resources/audio_processing/agc/agc_vad.dat',
'<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat',
'<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffer.dat',
+ '<(DEPTH)/resources/audio_processing/vad/rms.dat',
+ '<(DEPTH)/resources/audio_processing/vad/voice_probability.dat',
'<(DEPTH)/resources/audio_processing/transient/ajm-macbook-1-spke16m.pcm',
'<(DEPTH)/resources/audio_processing/transient/audio16kHz.pcm',
'<(DEPTH)/resources/audio_processing/transient/audio32kHz.pcm',

Powered by Google App Engine
This is Rietveld 408576698