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

Unified Diff: webrtc/modules/audio_processing/vad/gmm.h

Issue 1181933002: Pull the Voice Activity Detector out from the AGC (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove unused files from isolate 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
« no previous file with comments | « webrtc/modules/audio_processing/vad/common.h ('k') | webrtc/modules/audio_processing/vad/gmm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/vad/gmm.h
diff --git a/webrtc/modules/audio_processing/agc/gmm.h b/webrtc/modules/audio_processing/vad/gmm.h
similarity index 91%
rename from webrtc/modules/audio_processing/agc/gmm.h
rename to webrtc/modules/audio_processing/vad/gmm.h
index 90ce95d4dd8113d321799c695a1053d753e32e48..9f3e578fef6ce81fcb08ab1f1775acef56691e09 100644
--- a/webrtc/modules/audio_processing/agc/gmm.h
+++ b/webrtc/modules/audio_processing/vad/gmm.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AGC_GMM_H_
-#define WEBRTC_MODULES_AUDIO_PROCESSING_AGC_GMM_H_
+#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_VAD_GMM_H_
+#define WEBRTC_MODULES_AUDIO_PROCESSING_VAD_GMM_H_
namespace webrtc {
@@ -42,4 +42,4 @@ struct GmmParameters {
double EvaluateGmm(const double* x, const GmmParameters& gmm_parameters);
} // namespace webrtc
-#endif // WEBRTC_MODULES_AUDIO_PROCESSING_AGC_GMM_H_
+#endif // WEBRTC_MODULES_AUDIO_PROCESSING_VAD_GMM_H_
« no previous file with comments | « webrtc/modules/audio_processing/vad/common.h ('k') | webrtc/modules/audio_processing/vad/gmm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698