You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I understanding this correctly, that this wouldn't just need the parsing of the Xing / Info tag itself, but also subtracting the delay and padding?
In the SFML tests we're getting a relatively large difference in time and sample count. Additionally, the first few samples seem to be zero values instead of the actual sample.
When decoding https://github.com/py-sdl/py-sdl2/blob/master/sdl2/test/resources/soundtest.mp3, the correct length is 0.1502 seconds, but when using dr_mp3, the reported length is 0.209 seconds.
This can cause silence to be played incorrectly, which is especially a problem when looping MP3 files.
This was reported to SDL_mixer in libsdl-org/SDL_mixer#439 and was solved by switching from dr_mp3 to minimp3.
The text was updated successfully, but these errors were encountered: