JeevanJames / Id3

Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Apache License 2.0
41 stars 17 forks source link

Correct the Xing offset for Mpeg1 Non-Mono #39

Open Frankenslag opened 4 years ago

Frankenslag commented 4 years ago

Fixes #38

It looks like an incorrect offset into the header is being calculated for the Xing identifier causing the code to think that this is a CBR file rather than the VBR it is and thus getting the files duration calculating wrong.