aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_processing/aec3/echo_canceller3.cc
AgeCommit message (Expand)Author
2021-05-19Improvements to AEC3 logging to simplify debuggingGustaf Ullberg
2021-05-19AEC3: Change adaptation speed of the matched filter after a delay is foundGustaf Ullberg
2021-03-16Allowing reduced computations in the AEC3 when the output is not usedPer Åhgren
2021-03-03Enabling a safe fall-back functionality for overruns in the runtime settingsPer Åhgren
2021-02-23Disable high-pass filtering of the AEC referenceGustaf Ullberg
2020-11-02Increased high frequency transparencyGustaf Ullberg
2020-10-03Reland "Reduce the amount of howling reduction in AEC3"Per Åhgren
2020-10-02AEC3: Move option for reverb model in nonlinaer mode into AEC3 configSam Zackrisson
2020-10-01Revert "Reland "Reduce the amount of howling reduction in AEC3""Andrey Logvin
2020-10-01Reland "Reduce the amount of howling reduction in AEC3"Per Åhgren
2020-09-30Revert "Reduce the amount of howling reduction in AEC3"Mirko Bonadei
2020-09-30Reduce the amount of howling reduction in AEC3Per Åhgren
2020-09-29Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORSNiels Möller
2020-04-08AEC3: Remove parameters for the legacy filter namingPer Åhgren
2020-04-06AEC3: Adding field-trial-based overrides for transparency parametersPer Åhgren
2020-04-03AEC3: Add additional transparency-related killswitchesPer Åhgren
2020-04-01AEC3: Add transparency-related killswitchesPer Åhgren
2020-03-20AEC3: Rename shadow filterPer Åhgren
2020-03-20AEC3: Rename main filterPer Åhgren
2020-01-28AEC3: Added multi-channel support for the capture delay functionalityPer Åhgren
2019-12-18Make the high-pass filter operate in full-bandPer Åhgren
2019-12-03AEC3: Add signal dependent mixing before alignmentPer Åhgren
2019-12-02AEC3: Adding default AEC3 configurations that are setup specificPer Åhgren
2019-11-28AEC3:Turning off default downmix in surround alignmentPer Åhgren
2019-11-13Allow extracting the linear AEC outputPer Åhgren
2019-10-24AEC3: Support negative delay with external delay estimatorGustaf Ullberg
2019-10-11AEC3: Add support for multiple channels to the reverb modellingPer Åhgren
2019-10-10Bypass unnecessary resampling.Gustaf Ullberg
2019-09-20Add flag to APM to force multichannel even with AEC3Sam Zackrisson
2019-09-03Reland "Reland "Add core multi-channel pipeline in AEC3 This CL adds basic th...Per Åhgren
2019-09-02Revert "Reland "Add core multi-channel pipeline in AEC3 This CL adds basic th...Per Åhgren
2019-09-02Reland "Add core multi-channel pipeline in AEC3 This CL adds basic the basic ...Per Åhgren
2019-08-30Revert "Add core multi-channel pipeline in AEC3"Ilya Nikolaevskiy
2019-08-30Add core multi-channel pipeline in AEC3Per Åhgren
2019-08-23Use the AEC3 high-pass filter for the whole APMPer Åhgren
2019-08-22Reland "Simplification and refactoring of the AudioBuffer code"Per Åhgren
2019-08-21Revert "Simplification and refactoring of the AudioBuffer code"Steve Anton
2019-08-21Simplification and refactoring of the AudioBuffer codePer Åhgren
2019-03-14AEC3: Redesign delay headroomGustaf Ullberg
2019-01-29AEC3: Remove remaining kill-switchesGustaf Ullberg
2019-01-25AEC3: Remove unused kill-switches from AdjustConfigGustaf Ullberg
2019-01-25AEC3: Remove legacy render bufferingGustaf Ullberg
2019-01-17Revert "AEC3: Lockless transfer of render data to the capture thread"Mirko Bonadei
2019-01-17AEC3: Lockless transfer of render data to the capture threadGustaf Ullberg
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2018-12-03AEC3: Fix ENR threshold for WebRTC-Aec3UseLegacyNormalSuppressorTuningGustaf Ullberg
2018-11-27AEC3: Add metrics for API call jitterPer Åhgren
2018-11-14AEC3: Turn off the specific suppressor mode for stationary renderPer Åhgren
2018-10-31AEC3: Decrease latency until the delay has been detectedPer Åhgren
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey