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

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

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/common.h
diff --git a/webrtc/modules/audio_processing/agc/common.h b/webrtc/modules/audio_processing/vad/common.h
similarity index 81%
rename from webrtc/modules/audio_processing/agc/common.h
rename to webrtc/modules/audio_processing/vad/common.h
index e9ed1edadd5403bf3c6a48f1ea22c1f3b96eba39..0772d55489430aa7633058b5e02b6c21020d9545 100644
--- a/webrtc/modules/audio_processing/agc/common.h
+++ b/webrtc/modules/audio_processing/vad/common.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AGC_COMMON_H_
-#define WEBRTC_MODULES_AUDIO_PROCESSING_AGC_COMMON_H_
+#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_VAD_COMMON_H_
+#define WEBRTC_MODULES_AUDIO_PROCESSING_VAD_COMMON_H_
static const int kSampleRateHz = 16000;
static const int kLength10Ms = kSampleRateHz / 100;
@@ -24,4 +24,4 @@ struct AudioFeatures {
bool silence;
};
-#endif // WEBRTC_MODULES_AUDIO_PROCESSING_AGC_COMMON_H_
+#endif // WEBRTC_MODULES_AUDIO_PROCESSING_VAD_COMMON_H_

Powered by Google App Engine
This is Rietveld 408576698