Hi All,
I am currently working on a decoder for MP1,MP2 and MP3. Few days back I posted a new topic related with MP1 and MP2. Now I need help regarding MP3. I made a program which is able to decode all the data of an MP3 Frame. But now the problem is how I ll confirm it that my program is able to decode the data correctly?
There could be two ways:
1. I should make a PCM from the decoded binary data of each frame. Then I can listen to the PCM through the earphones of my comp to verify if data is decoded correctly. But for this I need to study the audio device of at least one OS which might take long time.
2. If somebody knows any tool which can provide me each frame data of a MP3 like the Header info as well as the side info components. I get a tool which shows the header info. But I am not able to find any tool which can give the side info in numeric form. If such a tool is available that would be a great help to test my program.
Thanks
-R/\\/I-