I am looking for a C ++ library that can tag ogg files easily with a simple function like
write_ogg_tag("file.ogg", tag_data); // where tag_data contains artist, album ...
Is there a solution?
Also, some solutions apply to MP3, FLAC, etc.? (ogg is enough, I just ask because I'm curious)
source
share