Adding SmoothingFilter to audio network adaptor.

BUG=webrtc:6303

Review-Url: https://codereview.webrtc.org/2339523002
Cr-Commit-Position: refs/heads/master@{#14313}
This commit is contained in:
minyue
2016-09-20 23:13:08 -07:00
committed by Commit bot
parent d120192f32
commit 3548357e1b
6 changed files with 230 additions and 1 deletions

View File

@ -710,6 +710,8 @@ source_set("audio_network_adaptor") {
"audio_network_adaptor/dtx_controller.cc",
"audio_network_adaptor/dtx_controller.h",
"audio_network_adaptor/include/audio_network_adaptor.h",
"audio_network_adaptor/smoothing_filter.cc",
"audio_network_adaptor/smoothing_filter.h",
]
configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]