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 e88d2eb12f187aa5bcfbefc5933b7ea05c609f00..e04a00296e3ff6584ca7fc95e19c0f0dbb9e950a 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(); |