android: audio_core: Remove noisy log.
This commit is contained in:
parent
3e6fce7553
commit
4f737c329e
1 changed files with 0 additions and 1 deletions
|
@ -345,7 +345,6 @@ void Source::GenerateFrame() {
|
||||||
break;
|
break;
|
||||||
case InterpolationMode::Polyphase:
|
case InterpolationMode::Polyphase:
|
||||||
// TODO(merry): Implement polyphase interpolation
|
// 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,
|
AudioInterp::Linear(state.interp_state, state.current_buffer, state.rate_multiplier,
|
||||||
current_frame, frame_position);
|
current_frame, frame_position);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue