mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

With this CL: - The large timestamp offset added by ExoPlayer so that decoders don't see any negative timestamps is removed before passing the timestamp to the AudioGraph. - Clipped media timestamps are offset by the clipping start position before being passed to the AudioGraph. - The offset added to the audio buffer timestamps is removed when computing the audio sink position, to convert them back to the timestamps passed by the player. PiperOrigin-RevId: 619225990
Test data module
Provides sample data for media unit and instrumentation tests.