Programmatically "corrupt" an mp3 file
-
Hello I am trying to get my feet wet with I/O. Basically, I have an MP3 file that I want to "corrupt". At first, I thought merely adding some garbage bytes to the beginning would do the trick, but that doesnt work. For example,
Can you explain what you mean by corrupt? If you mean corrupt it audially then you'll have to understand the mp3 format so that you don't render it unplayable. If you mean corrupt it so that you can't play it then you should be able to just write random bytes all over the place if you want. Particularly by the headers etc.
I have no idea what I just said. But my intentions were sincere.
-
Hello I am trying to get my feet wet with I/O. Basically, I have an MP3 file that I want to "corrupt". At first, I thought merely adding some garbage bytes to the beginning would do the trick, but that doesnt work. For example,
Avoid Multiple Posting. The original post has elicited sufficient discussions over here: http://www.codeproject.com/script/comments/forums.asp?forumid=1650&select=1823965&df=100&fr=51#xx1823965xx[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips