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:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user