android: audio_core: Remove noisy log.
This commit is contained in:
parent
90d30da5bb
commit
4b40f2a581
@ -280,7 +280,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user