| 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..9c2a94fd388a8498807576893f3aeb1ddbedc698 100644
|
| --- a/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h
|
| +++ b/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h
|
| @@ -48,6 +48,9 @@ class NonlinearBeamformer
|
| void ProcessChunk(const ChannelBuffer<float>& input,
|
| ChannelBuffer<float>* output) override;
|
|
|
| + // Indicates whether a given azimuth is inside the beam.
|
| + bool IsInBeam(float azimuth) 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
|
|
|