commit | fb7a039e9d035cc2d0a9591022baeab9475074c2 | [log] [tgz] |
---|---|---|
author | aluebs@webrtc.org <aluebs@webrtc.org> | Mon Jan 05 21:58:58 2015 +0000 |
committer | aluebs@webrtc.org <aluebs@webrtc.org> | Mon Jan 05 21:58:58 2015 +0000 |
tree | f0ca71355d0fa392ff495df318b3836b07a92b9e | |
parent | a37bf2c4fe256527a8f926fa845a29ca67877653 [diff] [blame] |
Use array geometry in Beamformer R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/35559004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8000 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_processing/audio_processing_impl.h b/webrtc/modules/audio_processing/audio_processing_impl.h index 152d64c..08de122 100644 --- a/webrtc/modules/audio_processing/audio_processing_impl.h +++ b/webrtc/modules/audio_processing/audio_processing_impl.h
@@ -219,6 +219,7 @@ scoped_ptr<TransientSuppressor> transient_suppressor_; const bool beamformer_enabled_; scoped_ptr<Beamformer> beamformer_; + const std::vector<Point> array_geometry_; }; } // namespace webrtc