AEC3: moving the dumping of the Erle to aec state
Bug: webrtc:10154 Change-Id: I3b4cbfe218f6ed1be273f4545b159dc4d90ba587 Reviewed-on: https://webrtc-review.googlesource.com/c/115402 Reviewed-by: Per Åhgren <peah@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Commit-Queue: Jesus de Vicente Pena <devicentepena@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26082}
This commit is contained in:

committed by
Commit Bot

parent
a1f78a4fa6
commit
c0a67baa36
@ -261,6 +261,7 @@ void AecState::Update(
|
||||
reverb_model_estimator_.Dump(data_dumper_.get());
|
||||
data_dumper_->DumpRaw("aec3_erl", Erl());
|
||||
data_dumper_->DumpRaw("aec3_erl_time_domain", ErlTimeDomain());
|
||||
data_dumper_->DumpRaw("aec3_erle", Erle());
|
||||
data_dumper_->DumpRaw("aec3_usable_linear_estimate", UsableLinearEstimate());
|
||||
data_dumper_->DumpRaw("aec3_transparent_mode", TransparentMode());
|
||||
data_dumper_->DumpRaw("aec3_filter_delay", filter_analyzer_.DelayBlocks());
|
||||
|
@ -201,7 +201,6 @@ void SignalDependentErleEstimator::Dump(
|
||||
for (auto& factor : correction_factors_) {
|
||||
data_dumper->DumpRaw("aec3_erle_correction_factor", factor);
|
||||
}
|
||||
data_dumper->DumpRaw("aec3_erle", erle_);
|
||||
}
|
||||
|
||||
// Estimates for each band the smallest number of sections in the filter that
|
||||
|
Reference in New Issue
Block a user