media/libraries/test_data/src/test/assets
ibaker 17bf47ed24 MP3: Add test CBR sample with 'too small' PCUT frame
This shows ExoPlayer currently wrongly reports the duration of this
sample, because it assumes every frame is 32kbps (104 bytes) due to the
`PCUT` frame immediately after the `Info` frame.

A follow-up change will modify `Info` frame handling to resolve this
issue.

This sample was crafted using a hex editor to insert the additional
`PCUT` frame (the pattern of `null` and `x` is taken from the sample
file in Issue: androidx/media#1376, the header is modified to set the channel count
to 1 to match the rest of the file), and then update the frame count
and data size of the `Info` header to match.

Issue: androidx/media#1376
PiperOrigin-RevId: 635772837
2024-05-21 05:31:44 -07:00
..
audiosinkdumps Add unit test for seeking in clipped MediaItem 2024-05-15 05:25:43 -07:00
extractordumps MP3: Add test CBR sample with 'too small' PCUT frame 2024-05-21 05:31:44 -07:00
media MP3: Add test CBR sample with 'too small' PCUT frame 2024-05-21 05:31:44 -07:00
muxerdumps Box: Implement ctts box 2024-05-14 04:32:04 -07:00
playbackdumps Support AVIF in exoplayer 2024-05-15 08:04:41 -07:00
test-generated-goldens Move bitmap coordinate flip out of fragment shader 2024-05-21 02:31:43 -07:00
transformerdumps Fix AV sync for sequences with audio track shorter than video 2024-05-17 06:54:39 -07:00