Reland "Prevent Opus DTX from generating intermittent noise during silence"

The original CL is reviewed at
https://codereview.webrtc.org/1415173005/

A silly mistake was made at the last patch set, and the CL was reverted. This CL is to fix and reland it.

BUG=

Review URL: https://codereview.webrtc.org/1422213003

Cr-Commit-Position: refs/heads/master@{#10574}
This commit is contained in:
minyue
2015-11-10 03:49:26 -08:00
committed by Commit bot
parent 626252fa66
commit 3cea256806
6 changed files with 377 additions and 62 deletions

View File

@ -91,6 +91,11 @@
'<(webrtc_root)',
],
},
'conditions': [
['include_opus==1', {
'export_dependent_settings': ['webrtc_opus'],
}],
],
'sources': [
'acm2/acm_common_defs.h',
'acm2/acm_receiver.cc',