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

Unified Diff: webrtc/api/mediastreaminterface.h

Issue 2431443003: Add a placeholder stat for logging the estimated residual echo likelihood. (Closed)
Patch Set: 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
Index: webrtc/api/mediastreaminterface.h
diff --git a/webrtc/api/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h
index 988ee8438361aaff2dd571fe2e79fa2907a9e14f..d2bc6480b20be9013ae0356a56eb2d0d4849e74f 100644
--- a/webrtc/api/mediastreaminterface.h
+++ b/webrtc/api/mediastreaminterface.h
@@ -206,6 +206,7 @@ class AudioProcessorInterface : public rtc::RefCountInterface {
int echo_delay_median_ms;
float aec_quality_min;
int echo_delay_std_ms;
the sun 2016/10/19 18:27:06 While you're poking around, why isn't echo_delay_s
ivoc 2016/10/20 14:28:12 It is now.
+ float residual_echo_likelihood = 0.0f;
the sun 2016/10/19 18:27:06 Initialize all fields in the same way, please - in
ivoc 2016/10/20 14:28:12 Done.
float aec_divergent_filter_fraction;
};

Powered by Google App Engine
This is Rietveld 408576698