Merge pull request #5823 from SachinVin/dyn

Android: Backport easy stuff
This commit is contained in:
SachinVin 2021-10-03 18:58:20 +05:30 committed by GitHub
commit 6183b5d76c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 1052 additions and 365 deletions

View file

@ -345,7 +345,6 @@ void Source::GenerateFrame() {
break;
case InterpolationMode::Polyphase:
// TODO(merry): Implement polyphase interpolation
LOG_DEBUG(Audio_DSP, "Polyphase interpolation unimplemented; falling back to linear");
AudioInterp::Linear(state.interp_state, state.current_buffer, state.rate_multiplier,
current_frame, frame_position);
break;