mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
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 |
||
|---|---|---|
| .. | ||
| audiosinkdumps | ||
| extractordumps | ||
| media | ||
| muxerdumps | ||
| playbackdumps | ||
| test-generated-goldens | ||
| transformerdumps | ||