Added the missing ReadQueuedRenderData() call to the AECM bitexactness test

BUG=webrtc:6573

Review-Url: https://codereview.webrtc.org/2437033002
Cr-Commit-Position: refs/heads/master@{#14725}
This commit is contained in:
peah
2016-10-22 04:00:29 -07:00
committed by Commit bot
parent 12986c4534
commit 897497361e

View File

@ -46,6 +46,7 @@ void ProcessOneFrame(int sample_rate_hz,
}
echo_control_mobile->ProcessRenderAudio(render_audio_buffer);
echo_control_mobile->ReadQueuedRenderData();
echo_control_mobile->ProcessCaptureAudio(capture_audio_buffer,
stream_delay_ms);
@ -174,7 +175,7 @@ TEST(EchoControlMobileBitExactnessTest,
TEST(EchoControlMobileBitExactnessTest,
Mono16kHz_LoudSpeakerPhone_CngOn_StreamDelay10) {
const float kOutputReference[] = {-0.002411f, -0.002716f, -0.002747f};
const float kOutputReference[] = {-0.002380f, -0.002533f, -0.002563f};
RunBitexactnessTest(16000, 1, 10,
EchoControlMobile::RoutingMode::kLoudSpeakerphone, true,