mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 15:20:42 +01:00
![]() Currently the echo canceller reference signal is high-pass filtered to avoid the need of modeling the capture-side high-pass filter as part of the echo path. This can lead to the lowest frequency bins of the linear filter diverging as there is little low-frequency content available for training. Over time the filter can output an increasing amount of low-frequency power, which in turn affects the filter's ability to adapt properly. Disabling the high-pass filtering of the echo canceller reference solves this issue, resulting in improved filter convergence. Bug: webrtc:12265 Change-Id: Ic526a4b1b73e1808cfcd96a8cdee801b96a27671 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/208288 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33322} |
||
---|---|---|
.. | ||
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 |