commit | 5045337133d1da4a657b99e0590eb401515163bd | [log] [tgz] |
---|---|---|
author | minyue <minyue@webrtc.org> | Thu Apr 07 06:36:43 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 07 13:36:49 2016 +0000 |
tree | d1144c483bbf10b699a6dd38ac957dd343f6642d | |
parent | 9d7e8dd44e99213655d786e24a964251bdea618e [diff] [blame] |
Pulling AEC divergent filter fraction. BUG= Review URL: https://codereview.webrtc.org/1862393002 Cr-Commit-Position: refs/heads/master@{#12279}
diff --git a/webrtc/modules/audio_processing/include/audio_processing.h b/webrtc/modules/audio_processing/include/audio_processing.h index cded93c..ad95fad 100644 --- a/webrtc/modules/audio_processing/include/audio_processing.h +++ b/webrtc/modules/audio_processing/include/audio_processing.h
@@ -672,6 +672,10 @@ // (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.