summaryrefslogtreecommitdiff
path: root/modules/audio_processing/aec/echo_cancellation.c
AgeCommit message (Expand)Author
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
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-14Duplicated sampling frequency multiplier to aecpc_t struct to avoid a getter.bjornv@webrtc.org
2013-02-14Moved debug file handling to aec_core from echo_cancellation.c. This removes ...bjornv@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org