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

Symphonia fails to play specific MP3 #190

Closed
n0samu opened this issue Feb 23, 2023 · 2 comments
Closed

Symphonia fails to play specific MP3 #190

n0samu opened this issue Feb 23, 2023 · 2 comments

Comments

@n0samu
Copy link

n0samu commented Feb 23, 2023

My apologies if this issue is a bit less detailed than it should be. I am a user of Ruffle trying to help investigate an issue (ruffle-rs/ruffle#9676) with playing a specific MP3 sound. Ruffle uses Symphonia to play MP3 sounds, and I found that symphonia_play is unable to play the MP3, so I think that this may be a problem with Symphonia.

Here is the MP3 that Symphonia is unable to play: 12_BGM_01.zip

The error output from symphonia_play is:

WARN  symphonia_bundle_mp3::demuxer > invalid mpeg audio header
WARN  symphonia_bundle_mp3::demuxer > skipping junk at 357 bytes
... (many more similar messages) ...
INFO  symphonia_play                > the input is not supported
ERROR symphonia_play                > end of stream
@pdeljanov
Copy link
Owner

Thanks for the report. This is now fixed with c7d7968.

@n0samu
Copy link
Author

n0samu commented May 26, 2023

Great, thank you!

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

2 participants