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

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

Issue 2584493002: Added first layer of the echo canceller 3 functionality (Closed)
Patch Set: Restricted the AnalyzeRender access, added ability to add external reporting of echo failure, and o… Created 4 years 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 0aea170673a38354585ec2331824afe8a695d3d3..957088403207d71742de99268ade1b47f6a51d21 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -26,8 +26,19 @@ rtc_static_library("audio_processing") {
"aec/aec_resampler.h",
"aec/echo_cancellation.cc",
"aec/echo_cancellation.h",
+ "aec3/aec3_constants.h",
+ "aec3/block_framer.cc",
+ "aec3/block_framer.h",
+ "aec3/block_processor.cc",
+ "aec3/block_processor.h",
+ "aec3/cascaded_biquad_filter.cc",
+ "aec3/cascaded_biquad_filter.h",
"aec3/echo_canceller3.cc",
"aec3/echo_canceller3.h",
+ "aec3/frame_blocker.cc",
+ "aec3/frame_blocker.h",
+ "aec3/render_transfer_buffer.cc",
+ "aec3/render_transfer_buffer.h",
"aecm/aecm_core.cc",
"aecm/aecm_core.h",
"aecm/echo_control_mobile.cc",

Powered by Google App Engine
This is Rietveld 408576698