commit | cb3f9bd9c024f11e1ee060de23bf65c7a1f9f594 | [log] [tgz] |
---|---|---|
author | Alejandro Luebs <aluebs@webrtc.org> | Thu Oct 29 18:21:34 2015 -0700 |
committer | Alejandro Luebs <aluebs@webrtc.org> | Fri Oct 30 01:21:40 2015 +0000 |
tree | a721869f29c37066fc68447fad0f18d737bbd7fd | |
parent | 7367463acc8ca01c2d70ae39408951339b2d7b3d [diff] [blame] |
Make the nonlinear beamformer steerable Depends on this CL: https://codereview.webrtc.org/1395453004/ R=andrew@webrtc.org Review URL: https://codereview.webrtc.org/1394103003 . Cr-Commit-Position: refs/heads/master@{#10458}
diff --git a/webrtc/modules/audio_processing/audio_processing_impl.h b/webrtc/modules/audio_processing/audio_processing_impl.h index bf29bf3..542886e 100644 --- a/webrtc/modules/audio_processing/audio_processing_impl.h +++ b/webrtc/modules/audio_processing/audio_processing_impl.h
@@ -208,6 +208,7 @@ const bool beamformer_enabled_; rtc::scoped_ptr<Beamformer<float>> beamformer_; const std::vector<Point> array_geometry_; + const SphericalPointf target_direction_; bool intelligibility_enabled_; rtc::scoped_ptr<IntelligibilityEnhancer> intelligibility_enhancer_;