Added metric for the delay in AEC3.

Bug: webrtc:8569
Change-Id: I659049a411654bd3a252ab29008fac467f903efd
Reviewed-on: https://webrtc-review.googlesource.com/25600
Commit-Queue: Per Åhgren <peah@webrtc.org>
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20892}
This commit is contained in:
Per Åhgren
2017-11-27 12:07:09 +01:00
committed by Commit Bot
parent 6a0345b3b0
commit 83c4a02b76
4 changed files with 9 additions and 0 deletions

View File

@ -912,6 +912,7 @@ class EchoControl {
struct Metrics {
double echo_return_loss;
double echo_return_loss_enhancement;
int delay_ms;
};
// Collect current metrics from the echo controller.