| Index: webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc
|
| diff --git a/webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc b/webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc
|
| index 64ccfd96efc6f3a3980ca028725f6bace9be8a71..abd10d851656d985a7f6c29984f748503639bd88 100644
|
| --- a/webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc
|
| +++ b/webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc
|
| @@ -64,7 +64,7 @@ void void_main(int argc, char* argv[]) {
|
| capture_audio.CopyFrom(noise_buf.channels(), stream_config);
|
| ns.AnalyzeCaptureAudio(&capture_audio);
|
| ns.ProcessCaptureAudio(&capture_audio);
|
| - enh.SetCaptureNoiseEstimate(ns.NoiseEstimate());
|
| + enh.SetCaptureNoiseEstimate(ns.NoiseEstimate(), 0);
|
| enh.ProcessRenderAudio(in_buf.channels(), in_file.sample_rate(),
|
| in_file.num_channels());
|
| Interleave(in_buf.channels(), in_buf.num_frames(), in_buf.num_channels(),
|
|
|