Move EchoCanceller3Factory to api/auido
The AEC3 factory is now part of the WebRTC API. Bug: webrtc:8844 Change-Id: If6f419b4ca0354e2d346c0e6474086e456ba747e Reviewed-on: https://webrtc-review.googlesource.com/57141 Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22204}
This commit is contained in:
committed by
Commit Bot
parent
fef0500aa7
commit
0efa941d2f
@ -508,6 +508,7 @@ if (rtc_include_tests) {
|
||||
"../../api:array_view",
|
||||
"../../api:optional",
|
||||
"../../api/audio:aec3_config",
|
||||
"../../api/audio:aec3_factory",
|
||||
"../../common_audio:common_audio",
|
||||
"../../common_audio:common_audio_c",
|
||||
"../../rtc_base:checks",
|
||||
@ -519,7 +520,6 @@ if (rtc_include_tests) {
|
||||
"../../system_wrappers:cpu_features_api",
|
||||
"../../test:test_support",
|
||||
"../audio_coding:neteq_input_audio_tools",
|
||||
"aec3:aec3",
|
||||
"aec_dump:mock_aec_dump_unittests",
|
||||
"agc2:fixed_digital_unittests",
|
||||
"test/conversational_speech:unittest",
|
||||
@ -651,6 +651,7 @@ if (rtc_include_tests) {
|
||||
":audioproc_protobuf_utils",
|
||||
":audioproc_test_utils",
|
||||
"../../api:optional",
|
||||
"../../api/audio:aec3_factory",
|
||||
"../../common_audio:common_audio",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:protobuf_utils",
|
||||
@ -660,7 +661,6 @@ if (rtc_include_tests) {
|
||||
"../../system_wrappers",
|
||||
"../../system_wrappers:system_wrappers_default",
|
||||
"../../test:test_support",
|
||||
"aec3:aec3",
|
||||
"aec_dump",
|
||||
"aec_dump:aec_dump_impl",
|
||||
"//testing/gtest",
|
||||
|
||||
Reference in New Issue
Block a user