Add offline logging of the system delay for AEC3

Bug: webrtc:8671
Change-Id: I8c1801673d9da05c4c5d5385ad455de4d225fff3
Reviewed-on: https://webrtc-review.googlesource.com/52100
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Commit-Queue: Per Åhgren <peah@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22018}
This commit is contained in:
Per Åhgren
2018-02-12 21:42:56 +01:00
committed by Commit Bot
parent 4e849f6925
commit 1373582148
2 changed files with 13 additions and 1 deletions

View File

@ -31,6 +31,7 @@
namespace webrtc {
class ApmDataDumper;
class AudioConverter;
class NonlinearBeamformer;
@ -142,6 +143,9 @@ class AudioProcessingImpl : public AudioProcessing {
struct ApmPublicSubmodules;
struct ApmPrivateSubmodules;
std::unique_ptr<ApmDataDumper> data_dumper_;
static int instance_count_;
// Submodule interface implementations.
std::unique_ptr<HighPassFilter> high_pass_filter_impl_;