Add aecdump support to audioproc_f
Originally landed here: https://codereview.webrtc.org/1409943002/ The transient suppression fix landed here: https://codereview.webrtc.org/1411423010/ TBR=mflodman Review URL: https://codereview.webrtc.org/1432843002 Cr-Commit-Position: refs/heads/master@{#10722}
This commit is contained in:
@ -128,7 +128,11 @@
|
||||
'<(webrtc_root)/test/test.gyp:test_support',
|
||||
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
||||
],
|
||||
'sources': [ 'test/audioproc_float.cc', ],
|
||||
'sources': [
|
||||
'test/audio_file_processor.cc',
|
||||
'test/audio_file_processor.h',
|
||||
'test/audioproc_float.cc',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'unpack_aecdump',
|
||||
|
||||
Reference in New Issue
Block a user