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

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

Issue 2611223003: Adding second layer of the echo canceller 3 functionality. (Closed)
Patch Set: Changes in response to reviewer comments 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 4178a08a761a277bdbfd5d56006b8cdf48b45512..558bce2ce26146216c1f27fc6aad7c15bb0c0d36 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -35,8 +35,17 @@ rtc_static_library("audio_processing") {
"aec3/cascaded_biquad_filter.h",
"aec3/echo_canceller3.cc",
"aec3/echo_canceller3.h",
+ "aec3/echo_path_delay_estimator.cc",
+ "aec3/echo_path_delay_estimator.h",
+ "aec3/echo_path_variability.h",
+ "aec3/echo_remover.cc",
+ "aec3/echo_remover.h",
"aec3/frame_blocker.cc",
"aec3/frame_blocker.h",
+ "aec3/render_delay_buffer.cc",
+ "aec3/render_delay_buffer.h",
+ "aec3/render_delay_controller.cc",
+ "aec3/render_delay_controller.h",
"aecm/aecm_core.cc",
"aecm/aecm_core.h",
"aecm/echo_control_mobile.cc",

Powered by Google App Engine
This is Rietveld 408576698