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

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

Issue 2644123002: Adding full initial version of delay estimation functionality in echo canceller 3 (Closed)
Patch Set: Created 3 years, 11 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 558bce2ce26146216c1f27fc6aad7c15bb0c0d36..b864481fd4fd61845956a28077529e5d08ae5ea3 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -33,6 +33,12 @@ rtc_static_library("audio_processing") {
"aec3/block_processor.h",
"aec3/cascaded_biquad_filter.cc",
"aec3/cascaded_biquad_filter.h",
+ "aec3/correlator.cc",
+ "aec3/correlator.h",
+ "aec3/correlator_lag_aggregator.cc",
+ "aec3/correlator_lag_aggregator.h",
+ "aec3/down_sampler_4khz.cc",
+ "aec3/down_sampler_4khz.h",
"aec3/echo_canceller3.cc",
"aec3/echo_canceller3.h",
"aec3/echo_path_delay_estimator.cc",

Powered by Google App Engine
This is Rietveld 408576698