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
public MP3Reader(File file) throws FileNotFoundException {
add
int startByte = 0;
// Wrap mapped byte buffer to MINA buffer
in = IoBuffer.wrap(mappedFile);
in.skip(startByte);
}
The text was updated successfully, but these errors were encountered:
mp3 read failure
fix code
public MP3Reader(File file) throws FileNotFoundException {
add
int startByte = 0;
// Wrap mapped byte buffer to MINA buffer
in = IoBuffer.wrap(mappedFile);
in.skip(startByte);
}
The text was updated successfully, but these errors were encountered: