webrtc/modules/audio_processing
Per Åhgren 63b494dff7 Reverted the new handling of saturated echoes in AEC3
This CL reverts the changes introduced that handles echoes in AEC3.
The revert is done to match the behavior which is in M63.

Bug: webrtc:8615,chromium:792346
Change-Id: I128ccb17dc359c7889a701a2faaaf06be40f86dd
Reviewed-on: https://webrtc-review.googlesource.com/30140
Commit-Queue: Per Åhgren <peah@webrtc.org>
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21117}
2017-12-06 11:04:22 +00:00
..
aec Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
aec3 Reverted the new handling of saturated echoes in AEC3 2017-12-06 11:04:22 +00:00
aec_dump Stop using ByteSize (deprecated) to get the size of a proto message. 2017-11-30 14:27:50 +00:00
aecm Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
agc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
agc2 Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
beamformer Optional: Use nullopt and implicit construction in /modules/audio_processing 2017-11-20 10:19:30 +00:00
echo_detector Optional: Use nullopt and implicit construction in /modules/audio_processing 2017-11-20 10:19:30 +00:00
include Reverted the new handling of saturated echoes in AEC3 2017-12-06 11:04:22 +00:00
intelligibility Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
level_controller Make PrintResultMeanAndError receive two doubles instead of a string. 2017-11-24 12:14:48 +00:00
logging
ns Forgotten 'memset' in NoiseSuppression. 2017-10-23 12:11:47 +00:00
test Revert "Fix all circular deps in audio_processing (but one)." 2017-12-04 10:11:19 +00:00
transient Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
utility Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
vad audio_processing VAD annotations in APM-qa. 2017-11-07 10:37:00 +00:00
audio_buffer_unittest.cc
audio_buffer.cc
audio_buffer.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
audio_processing_impl_locking_unittest.cc
audio_processing_impl_unittest.cc Change return types of refcount methods. 2017-10-20 07:46:03 +00:00
audio_processing_impl.cc Added metric for the delay in AEC3. 2017-11-27 12:52:42 +00:00
audio_processing_impl.h Add parallel stats interface with optional stats to APM. 2017-11-20 13:13:20 +00:00
audio_processing_performance_unittest.cc Make PrintResultList receive a vector of doubles instead of a string. 2017-11-28 11:52:38 +00:00
audio_processing_unittest.cc Stop using ByteSize (deprecated) to get the size of a proto message. 2017-11-30 14:27:50 +00:00
BUILD.gn Stop using public_deps in system_wrappers. 2017-12-06 08:56:52 +00:00
common.h
config_unittest.cc
debug.proto
DEPS
echo_cancellation_bit_exact_unittest.cc
echo_cancellation_impl_unittest.cc
echo_cancellation_impl.cc
echo_cancellation_impl.h
echo_control_mobile_impl.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
echo_control_mobile_impl.h
echo_control_mobile_unittest.cc
gain_control_for_experimental_agc.cc
gain_control_for_experimental_agc.h
gain_control_impl.cc Optional: Use nullopt and implicit construction in /modules/audio_processing 2017-11-20 10:19:30 +00:00
gain_control_impl.h
gain_control_unittest.cc
level_estimator_impl.cc
level_estimator_impl.h
level_estimator_unittest.cc
low_cut_filter_unittest.cc
low_cut_filter.cc
low_cut_filter.h
noise_suppression_impl.cc
noise_suppression_impl.h
noise_suppression_unittest.cc
OWNERS
render_queue_item_verifier.h
residual_echo_detector_unittest.cc
residual_echo_detector.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
residual_echo_detector.h
rms_level_unittest.cc Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 12:39:39 +00:00
rms_level.cc Optional: Use nullopt and implicit construction in /modules/audio_processing 2017-11-20 10:19:30 +00:00
rms_level.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
splitting_filter_unittest.cc
splitting_filter.cc
splitting_filter.h
three_band_filter_bank.cc
three_band_filter_bank.h
typing_detection.cc
typing_detection.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
voice_detection_impl.cc
voice_detection_impl.h
voice_detection_unittest.cc