0

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.

SH.
  • 31
  • 1
  • 5
  • 1
    possible duplicate of [View/edit ID3 data for MP3 files](http://stackoverflow.com/questions/68283/view-edit-id3-data-for-mp3-files) – Floris Mar 07 '14 at 16:37

1 Answers1

1

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

Community
  • 1
  • 1
nc3b
  • 15,562
  • 5
  • 51
  • 63