Add 120ms frame ability to ANA

BUG=webrtc:7093

Review-Url: https://codereview.webrtc.org/2669733002
Cr-Commit-Position: refs/heads/master@{#16416}
This commit is contained in:
michaelt
2017-02-02 07:47:19 -08:00
committed by Commit bot
parent ed01647ea9
commit a55f021d43
8 changed files with 123 additions and 91 deletions

View File

@ -850,7 +850,7 @@ rtc_static_library("webrtc_opus") {
":webrtc_opus_c",
]
defines = []
defines = audio_codec_defines
if (rtc_opus_variable_complexity) {
defines += [ "WEBRTC_OPUS_VARIABLE_COMPLEXITY=1" ]
} else {