Search
Follow Us
Categories
- News Release(3)
Tag Archives: Remove MP3 Tags in Java
Remove MP3 Tags in Java
When the metadata is not really required, you can eliminate it. In this article, we will learn how to programmatically remove different MP3 tags in Java. Precisely, we will see the removal of ID3v1, ID3v2, Lyrics, and APEv2 metadata tags from mp3 files within the Java application.
The following topics are covered below:
- Java API for MP3 tags
- Remove MP3 ID3 Tags - ID3, Lyrics, APE
- Java Code - Remove MP3 Metadata Example