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

Unified Diff: content/renderer/media/media_stream_audio_processor_options.cc

Issue 2632003003: Added new WebRTC stat: Recent maximum of detected echo likelihood (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_audio_processor_options.cc
diff --git a/content/renderer/media/media_stream_audio_processor_options.cc b/content/renderer/media/media_stream_audio_processor_options.cc
index 466ae9d50ba3241727b8cf15b335031d66d219ab..cc5d7662a04b08b92a730de977c1c5db671e278e 100644
--- a/content/renderer/media/media_stream_audio_processor_options.cc
+++ b/content/renderer/media/media_stream_audio_processor_options.cc
@@ -467,6 +467,8 @@ void GetAudioProcessingStats(
stats->echo_delay_std_ms = apm_stats.delay_standard_deviation;
stats->residual_echo_likelihood = apm_stats.residual_echo_likelihood;
+ stats->residual_echo_likelihood_recent_max =
+ apm_stats.residual_echo_likelihood_recent_max;
}
std::vector<webrtc::Point> GetArrayGeometryPreferringConstraints(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698