Reading MP3 files

Posted by Midas on Stack Overflow See other posts from Stack Overflow or by Midas
Published on 2010-06-03T18:20:00Z Indexed on 2010/06/03 18:24 UTC
Read the original article Hit count: 323

Filed under:
|
|

I want to read MP3 files in C++ and I prefer to write my own code for this. Basically to learn how the filetype works. I want to read all the bits of hex data of a MP3 file and have my speakers play it. :) I have no idea where to start since I don't yet know how data is actually stored into a MP3 file.

Thanks for your help

© Stack Overflow or respective owner

Related posts about c++

Related posts about mp3