mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 07:10:38 +01:00
![]() After the refined filter has been determined to perform better than the coarse filter, and the coefficients of the coarse filters are overwritten by the ones from the refined filter, at least 100 ms have to pass before the adaptation of the refined filter is allowed to speed up due to good coarse filter performance. This change solves the vicious circle described in webrtc:12265, where the coarse and refined filters can diverge over time. This feature can be disabled remotely via a kill-switch. When disabled the AEC output is bit-exact to before the change. Bug: webrtc:12265,chromium:1155477 Change-Id: Iacd6e325e987dd8a475bb3e8163fee714c65b20a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196501 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32801} |
||
---|---|---|
.. | ||
test | ||
audio_frame.cc | ||
audio_frame.h | ||
audio_frame_processor.h | ||
audio_mixer.h | ||
BUILD.gn | ||
channel_layout.cc | ||
channel_layout.h | ||
echo_canceller3_config.cc | ||
echo_canceller3_config.h | ||
echo_canceller3_config_json.cc | ||
echo_canceller3_config_json.h | ||
echo_canceller3_factory.cc | ||
echo_canceller3_factory.h | ||
echo_control.h | ||
echo_detector_creator.cc | ||
echo_detector_creator.h | ||
OWNERS |