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

Unified Diff: webrtc/modules/audio_processing/vad/gmm_unittest.cc

Issue 1212543002: 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, 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/audio_processing/vad/gmm_unittest.cc
diff --git a/webrtc/modules/audio_processing/agc/gmm_unittest.cc b/webrtc/modules/audio_processing/vad/gmm_unittest.cc
similarity index 91%
rename from webrtc/modules/audio_processing/agc/gmm_unittest.cc
rename to webrtc/modules/audio_processing/vad/gmm_unittest.cc
index 4ca658d732eee1ae0a5088ec3a3416aa8c651e0a..f8e1bde776305e0d4562dc117ce4118952d64958 100644
--- a/webrtc/modules/audio_processing/agc/gmm_unittest.cc
+++ b/webrtc/modules/audio_processing/vad/gmm_unittest.cc
@@ -8,13 +8,13 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/modules/audio_processing/agc/gmm.h"
+#include "webrtc/modules/audio_processing/vad/gmm.h"
#include <math.h>
#include "testing/gtest/include/gtest/gtest.h"
-#include "webrtc/modules/audio_processing/agc/noise_gmm_tables.h"
-#include "webrtc/modules/audio_processing/agc/voice_gmm_tables.h"
+#include "webrtc/modules/audio_processing/vad/noise_gmm_tables.h"
+#include "webrtc/modules/audio_processing/vad/voice_gmm_tables.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698