Make the high-pass filter operate in full-band
This CL moves the high-pass filter to run in the full-band domain instead of the split-band domain. Bug: webrtc:11193 Change-Id: Ie61f4a80afda11236ecbb1ad544bbd0350c7bbfd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161453 Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Commit-Queue: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30112}
This commit is contained in:
@ -224,6 +224,7 @@ class RTC_EXPORT AudioProcessing : public rtc::RefCountInterface {
|
||||
|
||||
struct HighPassFilter {
|
||||
bool enabled = false;
|
||||
bool apply_in_full_band = true;
|
||||
} high_pass_filter;
|
||||
|
||||
struct EchoCanceller {
|
||||
|
Reference in New Issue
Block a user