Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDL_mixer cannot play MPEG Audio files that don't start with a frame header #110

Open
Fulgen301 opened this issue Sep 19, 2023 · 0 comments

Comments

@Fulgen301
Copy link
Member

Fulgen301 commented Sep 19, 2023

ClonkPartyRemake.c4s uses MPEG Audio files that start with 417 null bytes, which corresponds to an entire audio frame of null bytes. The reason for this is unknown, but they still constitute a valid MPEG Audio file since implementations are expected to search for the first occurence of a frame header, which SDL_mixer currently doesn't do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant