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
This commit is contained in:
aluebs@webrtc.org
2015-01-05 21:58:58 +00:00
parent a37bf2c4fe
commit fb7a039e9d
6 changed files with 51 additions and 16 deletions

View File

@ -219,6 +219,7 @@ class AudioProcessingImpl : public AudioProcessing {
scoped_ptr<TransientSuppressor> transient_suppressor_;
const bool beamformer_enabled_;
scoped_ptr<Beamformer> beamformer_;
const std::vector<Point> array_geometry_;
};
} // namespace webrtc