Make the separation between target and interferer scenario depend on microphone spacing in NonlinearBeamformer

Depends on this CL: https://codereview.webrtc.org/1378973003/

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

Cr-Commit-Position: refs/heads/master@{#10330}
This commit is contained in:
aluebs
2015-10-19 18:02:39 -07:00
committed by Commit bot
parent c6aec4b8ed
commit 4a66e4a4d8
8 changed files with 92 additions and 4 deletions

View File

@ -64,6 +64,8 @@
'audio_buffer.h',
'audio_processing_impl.cc',
'audio_processing_impl.h',
'beamformer/array_util.cc',
'beamformer/array_util.h',
'beamformer/beamformer.h',
'beamformer/complex_matrix.h',
'beamformer/covariance_matrix_generator.cc',