Index: webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h |
diff --git a/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h b/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h |
index 9d26ec23928d3b42b96be102468c56a9b426f6ef..f632a60f67a20490719f5ba150981166a0b67242 100644 |
--- a/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h |
+++ b/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h |
@@ -48,6 +48,8 @@ class NonlinearBeamformer |
void ProcessChunk(const ChannelBuffer<float>& input, |
ChannelBuffer<float>* output) override; |
+ bool IsInBeam(const SphericalPointf& spherical_point) override; |
+ |
// After processing each block |is_target_present_| is set to true if the |
// target signal es present and to false otherwise. This methods can be called |
// to know if the data is target signal or interference and process it |