Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to parse mp3 file i.e to get contents of mp3 frame header to find out its spesifictions, so how should i get the exact location of header in any mp3 file?
Posted

I would start by typing "mp3 format specification" in google...
Google can be found here: Click[^]
One of the results (the first one actually) is: Click[^]
 
Share this answer
 
You will first need to look at the specifications for the MP3 tag info.

These can be found at http://www.id3.org/[^]

And just look for the relevant frame header identifying the start of the tag info.

If you look at the website, there are also a bunch of libraries available for working with the tag information using different languages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900