media/library/core/src
andrewlewis 501f464217 Add support for using framework speed adjustment
AudioTrack.setPlaybackParams can be used to adjust playback speed.
This is preferable to application-level speed adjustment (currently
implemented in ExoPlayer) from API 23 because the speed change
occurs in the mixer, which means that the audio track buffer doesn't
need to drain out before the speed adjustment takes effect.

Issue: #7502
PiperOrigin-RevId: 326392301
2020-08-17 16:10:50 +01:00
..
androidTest Throw EOFException if requested position is past end of content 2020-06-26 11:13:49 +01:00
main Add support for using framework speed adjustment 2020-08-17 16:10:50 +01:00
test Add support for using framework speed adjustment 2020-08-17 16:10:50 +01:00