APM: Removing the redundant VAD output from the integer API
This CL removes the redundant VAD output from the newly introduced integer API in AudioProcessing. Bug: webrtc:5298 Change-Id: Iad2b1b97ada7f4863139655526c110e326c6788a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/170824 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30832}
This commit is contained in:
@ -668,8 +668,7 @@ void CaptureProcessor::CallApmCaptureSide() {
|
||||
case CaptureApiImpl::ProcessStreamImplInteger:
|
||||
result =
|
||||
apm_->ProcessStream(frame_data_.frame.data(), input_stream_config,
|
||||
output_stream_config, frame_data_.frame.data(),
|
||||
/*vad_result*/ nullptr);
|
||||
output_stream_config, frame_data_.frame.data());
|
||||
break;
|
||||
case CaptureApiImpl::ProcessStreamImplFloat:
|
||||
result = apm_->ProcessStream(&frame_data_.input_frame[0],
|
||||
|
||||
Reference in New Issue
Block a user