I want to edit the header information of an existing MP3 file. Can any one suggest how to achieve it in C#.net?
I want to include some details in header like, company name, description, website link etc.
I want to edit the header information of an existing MP3 file. Can any one suggest how to achieve it in C#.net?
I want to include some details in header like, company name, description, website link etc.
Check this out. You are then free to manipulate bits and bytes. If you are referring to ID3 data instead, check this.
this question perhaps answers your question
http://stackoverflow.com/questions/68283/view-edit-mp3-id3-data-in-c