Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Skipping ID3 tag (Read 3025 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Skipping ID3 tag

Hi all,
I am new to mp3 world. I am writing an application which should read an mp3 file and
if it finds ID3 header, should get the size of whole Id3 tag from last four bytes of header and then skip to the
start of actual audio data(e.g, tag size +hearder size). When i looked into it, the size I found in these
4 bytes are always incorrect (too large even if footer is included). Can anybody direct me in the right direction that how to get the right size of id3 so that i can skip directly to audio data.

Any help is appericiated.
Thanking you all in advance.
BR.
nadz

(N.B. I know that size is in Network byte order).