aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/aec/echo_cancellation.c
AgeCommit message (Expand)Author
2015-12-18Moving FFT on farend signal to where it is used in AEC (bit exact).minyue
2015-11-11Remove webrtc/modules/audio_processing/{aec,aecm,ns}/includeHenrik Kjellander
2015-11-10-Removed the indirect error message reporting in aec and aecm.peah
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-18Reland "Revert "audio_processing/aec: make delay estimator aware of starving ...Bjorn Volcker
2015-06-16Revert "audio_processing/aec: make delay estimator aware of starving farend b...Bjorn Volcker
2015-06-16audio_processing/aec: make delay estimator aware of starving farend bufferBjorn Volcker
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-06-10audio_processing: Create now returns a pointer to the objectBjorn Volcker
2015-06-09Re-land r9378 "Rename APM Config DelayCorrection to ExtendedFilter"Henrik Lundin
2015-06-05Revert r9378 "Rename APM Config DelayCorrection to ExtendedFilter"Henrik Lundin
2015-06-05Rename APM Config DelayCorrection to ExtendedFilterHenrik Lundin
2015-05-06audio_processing/aec: Do not scale target delay at startup when on AndroidBjorn Volcker
2015-04-10Refactor audio_processing: Free functions return voidBjorn Volcker
2015-02-03audio_processing: Added a new AEC delay metric value that gives the amount of...bjornv@webrtc.org
2015-01-21Fix an unitialized variable warning.andrew@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
2014-12-18Rename _t struct types in audio_processing.pbos@webrtc.org
2014-08-25Fix WEBRTC_AEC_DEBUG_DUMP (broken by int16->float conversion)kwiberg@webrtc.org
2014-08-11modules/audio_processing: Moves declaration of kDelayDiffOffsetSamplesbjornv@webrtc.org
2014-07-03EchoCancellationImpl::ProcessRenderAudio: Use float samples directlykwiberg@webrtc.org
2014-05-15Revert "Revert "Audio processing: Feed each processing step its choicemflodman@webrtc.org
2014-05-14Revert "Audio processing: Feed each processing step its choice of int or floa...mflodman@webrtc.org
2014-05-14Audio processing: Feed each processing step its choice of int or float datakwiberg@webrtc.org
2014-04-29AEC: Startup phase only runs if reported_delay_enabledbjornv@webrtc.org
2014-04-23AEC: Adds a reported_delay_enabled_ flagbjornv@webrtc.org
2013-10-15Compile out unused kMinTrustedDelayMs.andrew@webrtc.org
2013-10-08clang-format audio_processing/aec/*andrew@webrtc.org
2013-10-04Only declare kDelayDiffOffset when used.andrew@webrtc.org
2013-10-01Ensure adjusted "known delay" doesn't drop below zero.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-04-10WebRtc_Word32 -> int32_t in audio_processing/pbos@webrtc.org
2013-03-07Fix debug file buffer bug introduced in r3574.andrew@webrtc.org
2013-02-27AEC Refactoring:bjornv@webrtc.org
2013-02-27Refactor WebRtc_CreateBuffer to return the instance.andrew@webrtc.org
2013-02-20Refactor AEC: PowerLevelbjornv@webrtc.org
2013-02-20Added a pointer getter to the system_delay variable.bjornv@webrtc.org
2013-02-20Refactoring AEC: Added a SetConfigCore functionbjornv@webrtc.org
2013-02-20Moved out buffer handling to ProcessFrame()bjornv@webrtc.org
2013-02-20Removed unused get_config function. The configuration is already stored and h...bjornv@webrtc.org
2013-02-19Added getter for far_time_buf in AEC. Only used in AEC debug dump.bjornv@webrtc.org
2013-02-19This refactoring CL moves the nlp_mode member value from aecpc_t to aec_t, si...bjornv@webrtc.org
2013-02-19* Name changebjornv@webrtc.org
2013-02-15This refactoring CL contains an API to get low level echo metrics stats.bjornv@webrtc.org