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

Unified Diff: webrtc/modules/audio_processing/BUILD.gn

Issue 1287663002: Adding audio RepetitionDetector in AudioProcessingModule. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 4 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/BUILD.gn
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index dd474293a7d64c81c20598f1133e563f0c5181d5..63255863ef5bfc543875885dc00ce5321a3f6d44 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -81,6 +81,8 @@ source_set("audio_processing") {
"noise_suppression_impl.h",
"processing_component.cc",
"processing_component.h",
+ "repetition_detector.cc",
+ "repetition_detector.h",
"rms_level.cc",
"rms_level.h",
"splitting_filter.cc",

Powered by Google App Engine
This is Rietveld 408576698