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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2629563003: Added a new echo likelihood stat that reports the maximum value from a previous time period. (Closed)
Patch Set: Small bugfix. 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/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 37b5b12ff3ecc28170a040707cb54a80d6c531e1..807cfc8b78b76df5c8c71a0a9b1a3b5d3f6242dd 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -606,6 +606,7 @@ if (rtc_include_tests) {
"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/moving_max_unittest.cc",
"audio_processing/echo_detector/normalized_covariance_estimator_unittest.cc",
"audio_processing/gain_control_unittest.cc",
"audio_processing/level_controller/level_controller_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698