aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/aec/aec_core_internal.h
AgeCommit message (Expand)Author
2015-12-18Moving FFT on farend signal to where it is used in AEC (bit exact).minyue
2015-12-16Retyped the frequency estimate of the comfort noise for the higher band to ha...peah
2015-12-09Some minor (bitexact) AEC echo suppressor refactoringpeah
2015-12-09Moved code into the lowest level of EchoSuppressionpeah
2015-11-27-Removed the state as an input to the FilterAdaptation function.peah
2015-11-25Removed the aec state as an input parameter to the FilterFar function.peah
2015-11-24First part of the preparatory work before the actual work for solving the duc...peah
2015-08-28Added logging using the raw variant of the new aec logging macrospeah
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-07-02Rename APM Config ReportedDelay to DelayAgnostichenrik.lundin
2015-06-05audio_processing/aec: Turn SignalBasedDelayCorrection to after 15 secondsBjorn Volcker
2015-02-03audio_processing: Added a new AEC delay metric value that gives the amount of...bjornv@webrtc.org
2015-01-27audio_processing: Use fixed aggregation window in delay metricsbjornv@webrtc.org
2015-01-27AEC: Implements a new function for calculating delay metricsbjornv@webrtc.org
2015-01-21Re-land "Support 48kHz in AEC"aluebs@webrtc.org
2015-01-20Revert 8080 "Support 48kHz in AEC"tina.legrand@webrtc.org
2015-01-15Support 48kHz in AECaluebs@webrtc.org
2015-01-15Move ring_buffer to common_audio.andrew@webrtc.org
2015-01-02Extend delay estimation window in AEC to 500 ms on all platformsbjornv@webrtc.org
2014-12-18Remove _t from function pointer typedefs.pbos@webrtc.org
2014-12-11Merge AEC changes.pbos@webrtc.org
2014-10-31Add a WavReader counterpart to WavWriter.andrew@webrtc.org
2014-08-25Fix WEBRTC_AEC_DEBUG_DUMP (broken by int16->float conversion)kwiberg@webrtc.org
2014-07-10Neon version of SubbandCoherence()bjornv@webrtc.org
2014-07-01audio_processing/aec: Refactors NonLinearProcessing to prepare for NEON optim...bjornv@webrtc.org
2014-04-28AEC: Moved delay buffer size enums from aec_core.h to aec_core_internal.hbjornv@webrtc.org
2014-04-23AEC: Adds a reported_delay_enabled_ flagbjornv@webrtc.org
2014-02-21MIPS optimizations for AEC audio processing moduleandrew@webrtc.org
2013-10-08clang-format audio_processing/aec/*andrew@webrtc.org
2013-09-25Add an extended filter mode to AEC.andrew@webrtc.org
2013-09-25Revert 4837 "Add an extended filter mode to AEC."asapersson@webrtc.org
2013-09-25Add an extended filter mode to AEC.andrew@webrtc.org
2013-07-31Move internal aec_core defines out of header.andrew@webrtc.org
2013-04-10WebRtc_Word32 -> int32_t in audio_processing/pbos@webrtc.org
2013-03-04AEC Refactoring: Removes lint warningbjornv@webrtc.org
2013-02-25Refactor ring_buffer interface, add a feature and a test.andrew@webrtc.org
2013-02-21AEC refactoring: Moved typedefs to _internal.hbjornv@webrtc.org
2013-02-20Refactoring AEC: AecCore struct made privatebjornv@webrtc.org