commit | 8ba5861f7e654cf5e5683c3ba38cab3eaf6ce8ab | [log] [tgz] |
---|---|---|
author | Per Åhgren <peah@webrtc.org> | Fri Dec 01 23:01:44 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Dec 01 23:14:32 2017 +0000 |
tree | e49b18093130ca122eb0850eb953b954dc7af327 | |
parent | f388803265fb11a3b5908764a423bc3e5184ff07 [diff] [blame] |
Redesign of the render buffering in AEC3 This CL centralizes the render buffering in AEC3 so that all render buffers are updated and synchronized/aligned with the render alignment buffer. Bug: webrtc:8597, chromium:790905 Change-Id: I8a94e5c1f27316b6100b420eec9652ea31c1a91d Reviewed-on: https://webrtc-review.googlesource.com/25680 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20989}
diff --git a/modules/audio_processing/include/audio_processing.h b/modules/audio_processing/include/audio_processing.h index d3a1ef5..a639851 100644 --- a/modules/audio_processing/include/audio_processing.h +++ b/modules/audio_processing/include/audio_processing.h
@@ -1154,6 +1154,8 @@ size_t default_delay = 5; size_t down_sampling_factor = 4; size_t num_filters = 4; + size_t api_call_jitter_blocks = 26; + size_t min_echo_path_delay_blocks = 5; } delay; struct Erle {