Pulling AEC divergent filter fraction.

BUG=

Review URL: https://codereview.webrtc.org/1862393002

Cr-Commit-Position: refs/heads/master@{#12279}
This commit is contained in:
minyue
2016-04-07 06:36:43 -07:00
committed by Commit bot
parent 9d7e8dd44e
commit 5045337133
6 changed files with 14 additions and 3 deletions

View File

@ -672,6 +672,10 @@ class EchoCancellation {
// (Pre non-linear processing suppression) A_NLP = 10log_10(P_echo / P_a)
AudioProcessing::Statistic a_nlp;
// Fraction of time that the AEC linear filter is divergent, in a 0.5-second
// non-overlapped aggregation window.
float divergent_filter_fraction;
};
// TODO(ajm): discuss the metrics update period.