larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

need to write tag to a buffer, not to file #27

Closed themaddoctor closed 1 year ago

themaddoctor commented 6 years ago

Hi, I need to write the tag to a buffer, not to a file. I need this so that I can add "id3 " blocks to a wave file. Apparently, software like Audacity does that, and I need a CLI program that can also do so. Thanks.