summaryrefslogtreecommitdiff
path: root/modules/audio_processing/aec/aec_core.c
AgeCommit message (Expand)Author
2014-06-13Neon version of OverdriveAndSuppress()bjornv@webrtc.org
2014-05-28Echo canceler: Saturate output to guarantee it'll be in the allowed rangekwiberg@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-23AEC: Adds a reported_delay_enabled_ flagbjornv@webrtc.org
2014-04-03Delay Estimator: Minor refactoring and added a setter function.bjornv@webrtc.org
2014-03-24DelayEstimator: Updates delay_quality and adds soft reset.bjornv@webrtc.org
2014-03-03Fix compilation errors under clang 3.5.pbos@webrtc.org
2014-02-21MIPS optimizations for AEC audio processing moduleandrew@webrtc.org
2014-01-13Enables robust delay validation in AEC delay logging.bjornv@webrtc.org
2013-11-22Don't reset the AEC filter in extended mode.andrew@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-25Remove unused constants, so chrome can enable a warning for that. Patch from ...niklas.enbom@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-02-27Refactor WebRtc_CreateBuffer to return the instance.andrew@webrtc.org
2013-02-25Force a memcpy directly from the AEC ring buffer.andrew@webrtc.org
2013-02-20Refactoring AEC: AecCore struct made privatebjornv@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-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
2013-02-15This Cl includesbjornv@webrtc.org
2013-02-15Moved the actual calculations to aec_core to avoid passing up low level members.bjornv@webrtc.org
2013-02-14Moved debug file handling to aec_core from echo_cancellation.c. This removes ...bjornv@webrtc.org
2013-01-30Re-committing r3428bjornv@webrtc.org
2013-01-29Revert 3428bjornv@webrtc.org
2013-01-29Delay estimator wrapper API changes. This should finalize the changes to dela...bjornv@webrtc.org
2012-11-15Add Android include path so that header files can follow google styleleozwang@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org