tags:

views:

55

answers:

2

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.

+1  A: 

Check this out. You are then free to manipulate bits and bytes. If you are referring to ID3 data instead, check this.

nc3b
A: 

this question perhaps answers your question

http://stackoverflow.com/questions/68283/view-edit-mp3-id3-data-in-c

iamrohitbanga