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

Last buffer was not flipped, so was writing the garbage data between limit and capacity, rather than the actual data between position and limit. As a result, all PCM audio dump files need updating. PiperOrigin-RevId: 676452990
Test data module
Provides sample data for media unit and instrumentation tests.