Skip to content

mp3 read bug #6

@pengliren

Description

@pengliren

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);
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions