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

Unified Diff: webrtc/modules/audio_processing/residual_echo_detector.h

Issue 2883283002: Add log message to help analyze why echo likelihood > 1.1 (Closed)
Patch Set: Fixed rebasing issues Created 3 years, 7 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/residual_echo_detector.h
diff --git a/webrtc/modules/audio_processing/residual_echo_detector.h b/webrtc/modules/audio_processing/residual_echo_detector.h
index c319ffd219276c92ba0c780aaa027d1117c92718..92dd71db8a0db99d63236cb2470579473e05bf49 100644
--- a/webrtc/modules/audio_processing/residual_echo_detector.h
+++ b/webrtc/modules/audio_processing/residual_echo_detector.h
@@ -85,6 +85,8 @@ class ResidualEchoDetector {
// Reliability of the current likelihood.
float reliability_ = 0.f;
MovingMax recent_likelihood_max_;
+
+ int log_counter_ = 0;
};
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698