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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2419563003: Add algorithm for Residual Echo Detector. (Closed)
Patch Set: Merged residual_echo_detector and echo_detector. 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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index ee18569ff8c5cc395150ac19b2fc62ffb1b0c59c..df24e5b8be659837c6fcee84960bba274fb5aebe 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -586,11 +586,15 @@ if (rtc_include_tests) {
"audio_processing/audio_processing_unittest.cc",
"audio_processing/echo_cancellation_bit_exact_unittest.cc",
"audio_processing/echo_control_mobile_unittest.cc",
+ "audio_processing/echo_detector/circular_buffer_unittest.cc",
+ "audio_processing/echo_detector/mean_variance_estimator_unittest.cc",
+ "audio_processing/echo_detector/normalized_covariance_estimator_unittest.cc",
"audio_processing/gain_control_unittest.cc",
"audio_processing/high_pass_filter_unittest.cc",
"audio_processing/level_controller/level_controller_unittest.cc",
"audio_processing/level_estimator_unittest.cc",
"audio_processing/noise_suppression_unittest.cc",
+ "audio_processing/residual_echo_detector_unittest.cc",
"audio_processing/test/bitexactness_tools.cc",
"audio_processing/test/bitexactness_tools.h",
"audio_processing/test/debug_dump_replayer.cc",
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698