strip off ID TAGS an other from raw MP3
问题 I want to get an clean Mp3 File, without any aditional data like id Tags, Cover Image, encoder info or what else. Just the mp3 in an valid file, wich can play every mp3 player. I started with this one: Access MP3 audio data independently of ID3 tags? http://code.google.com/p/kodebucket/source/browse/trunk/bin/mp3dump.rb It works nice to get an valid hash of the mp3 without id Tags, but when you save the output into an mp3 file, it's broken. Maybe you have there an idea, how to get this work.