Kurtis Nusbaum
Kurtis Nusbaum

Reputation: 30845

Remove id3v2 tag c++

Does anyone know how to, given an mp3 file, remove the id3v2 header from it in c++? I'm working on a windows machine and I can't find any instructions on how to get id3lib working on windows. Otherwise, I'd just use that.

Upvotes: 0

Views: 471

Answers (1)

mfontanini
mfontanini

Reputation: 21910

Have you tried reading the id3v2 standard? This document describes the structure of the id3v2 tag.

Upvotes: 2

Related Questions