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 d24bbb646815ab129444021a9523469ac84c11fc..4c79c01143344452dc1fd8a256d2a38d3a8de766 100644 |
--- a/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h |
+++ b/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h |
@@ -66,6 +66,7 @@ class NonlinearBeamformer |
typedef ComplexMatrix<float> ComplexMatrixF; |
typedef complex<float> complex_f; |
+ void InitFrequencyCorrectionRanges(); |
void InitInterfAngles(); |
void InitDelaySumMasks(); |
void InitTargetCovMats(); |