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

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

Issue 2611223003: Adding second layer of the echo canceller 3 functionality. (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 5cbd97d90a50d2590640965a9fbc0203694e3827..32fe9e312e40f51bb94db762c5feab45e202fbdf 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -35,8 +35,18 @@ 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.cc",
+ "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