Commit a5067e63 by krocard Committed by Oliver Woodman

Implement offload AudioTrack in DefaultAudioSink.

#exo-offload

PiperOrigin-RevId: 314288300
parent 75e54a45
......@@ -63,7 +63,8 @@ public final class DefaultAudioSinkTest {
new DefaultAudioSink(
AudioCapabilities.DEFAULT_AUDIO_CAPABILITIES,
new DefaultAudioSink.DefaultAudioProcessorChain(teeAudioProcessor),
/* enableConvertHighResIntPcmToFloat= */ false);
/* enableFloatOutput= */ false,
/* enableOffload= */ false);
}
@Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment