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

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

Issue 2405403003: Add empty residual echo detector. (Closed)
Patch Set: Addressed reviewer comments. Created 4 years, 2 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 25c47ec9641c8e957e148d8c341184b0d892852a..7647161406013ff7ee59249d4e99dd21b8152fd5 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -61,6 +61,8 @@ rtc_static_library("audio_processing") {
"echo_cancellation_impl.h",
"echo_control_mobile_impl.cc",
"echo_control_mobile_impl.h",
+ "echo_detector/echo_detector.cc",
+ "echo_detector/echo_detector.h",
"gain_control_for_experimental_agc.cc",
"gain_control_for_experimental_agc.h",
"gain_control_impl.cc",
@@ -99,6 +101,8 @@ rtc_static_library("audio_processing") {
"noise_suppression_impl.cc",
"noise_suppression_impl.h",
"render_queue_item_verifier.h",
+ "residual_echo_detector.cc",
+ "residual_echo_detector.h",
"rms_level.cc",
"rms_level.h",
"splitting_filter.cc",

Powered by Google App Engine
This is Rietveld 408576698