Move AEC3 configuration to its own file under api/audio

This is one of several small steps of separating APM and AEC3.

Bug: webrtc:8844
Change-Id: Ib6e518fec5f7566cab3823ab35fcede8433f8f4e
Reviewed-on: https://webrtc-review.googlesource.com/53142
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Per Åhgren <peah@webrtc.org>
Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22028}
This commit is contained in:
Gustaf Ullberg
2018-02-14 15:12:00 +01:00
committed by Commit Bot
parent dd056c38fc
commit bffa3007b4
4 changed files with 120 additions and 92 deletions

View File

@ -221,6 +221,7 @@ rtc_static_library("audio_processing") {
"..:module_api",
"../..:webrtc_common",
"../../:typedefs",
"../../api:aec3_config",
"../../api:array_view",
"../../api:optional",
"../../audio/utility:audio_frame_operations",