is there anyway to remove header information from mp3 file such that mp3 file can’t be played?
regards,
hitendrasinh gohil
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to do more than remove the header to make an mp3 unplayable. If you take my other answer to your question and apply it to the whole file there should be no way it can be played:
This will XOR every byte in the file. The only reason I suggested in the other answer to only do the first 64k was for performance since you’re on an Android device. For me that made it unplayable on my desktop. If doing the whole file doesn’t work for you then I suspect you’re doing something else wrong. There no way it’ll play the original music if every byte is changed like this. You can run this again to undo it and make the mp3 playable again.