Search
Follow Us
Categories
- News Release(3)
Tag Archives: Remove MP3 Tags in CSharp
Remove MP3 Tags using C#
MP3 files could contain metadata of various standards. Sometimes you do not require certain metadata information. We can quickly remove these metadata MP3 tags programmatically. In this article, we will discuss how to remove different MP3 tags using C#. Precisely, we will learn to remove ID3v1, ID3v2, Lyrics, and APEv2 metadata tags from the mp3 files within the .NET application.
The following topics are covered in this article:
- .NET API to Remove MP3 tags
- Remove MP3 ID3 Tags - ID3, Lyrics, APE
- C# Code Example