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:
@ -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_;
|
||||
|
||||
|
Reference in New Issue
Block a user