I load all the file (ID3's tags and audio) in a string. I add the tag at the beginning (or edit it if it already exists), and write all the new string into the file
Printable View
I load all the file (ID3's tags and audio) in a string. I add the tag at the beginning (or edit it if it already exists), and write all the new string into the file
Yeah, the 250 - 251 rule only applies to MP3 files. Obviously, multiple layer MPEG encoders would serach for a wide range of headrers but he dosent need to as hes only making an MP3 player.
Actually, what I'm making is not the player. It's pretty far from that. BTW, I have no idea how to do a player.Quote:
Originally posted by Bazza81
Yeah, the 250 - 251 rule only applies to MP3 files. Obviously, multiple layer MPEG encoders would serach for a wide range of headrers but he dosent need to as hes only making an MP3 player.
If you decide to make a player. Go to my websiter. I have plenty of modules, examples, and a tutorial on playing a many media files. :)
Bazza.... I've got an MP3 that's MPEG2-Layer 3. What's that?? This code does not work with this MP3. How could I solve this?