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
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
java.io.IOException: No MPEG data in the specified input stream!
at fr.delthas.javamp3.Sound.<init>(Sound.java:51)
The following exceptions are being caught in Decoder.init() (i printed them):
java.lang.ArrayIndexOutOfBoundsException: Index 1152 out of bounds for length 1152
java.lang.ArrayIndexOutOfBoundsException: arraycopy: source index -386 out of bounds for byte[1024]
java.lang.ArrayIndexOutOfBoundsException: Index 16 out of bounds for length 16
java.lang.ArrayIndexOutOfBoundsException: arraycopy: source index -450 out of bounds for byte[1024]
etc. (there is a lot of them)
Maybe my mp3 file is corrupted (I wrote it after all), but other mp3 players play it no problem. It is MPEG2.
The text was updated successfully, but these errors were encountered:
Decoder fails on attached audio file: amp.zip
Code:
Exception:
The following exceptions are being caught in Decoder.init() (i printed them):
Maybe my mp3 file is corrupted (I wrote it after all), but other mp3 players play it no problem. It is MPEG2.
The text was updated successfully, but these errors were encountered: