Split out some dependencies from the monolith audio processing target

This is a first step to make the transient suppressor and voice detection optional.

Bug: webrtc:11226, webrtc:11292
Change-Id: I203125e11694a957a32bc7f98f3bec3ec8867839
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/166523
Reviewed-by: Per Åhgren <peah@webrtc.org>
Commit-Queue: Sam Zackrisson <saza@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30783}
This commit is contained in:
Sam Zackrisson
2020-03-12 12:45:21 +01:00
committed by Commit Bot
parent a961761c87
commit 4b6ba7c207
4 changed files with 123 additions and 65 deletions

View File

@ -46,7 +46,6 @@
namespace webrtc {
constexpr int AudioProcessing::kNativeSampleRatesHz[];
constexpr int kRuntimeSettingQueueSize = 100;
namespace {