Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Library to manage tags of all audio format (Read 2687 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Library to manage tags of all audio format

Hi,

I'm developing an intersting free software to manage the tags of all kind of audio files.

Now I'm using ATL library, from Jurgen Faul, but I'd like to know if exist other library to do this (I use Borland C++ 5.0) or if I can use dll of foobar2000 0.677 to read/write tags.

Where can I ask to have a tech support about this?

Thank you

Library to manage tags of all audio format

Reply #1
The ID3v1 and APEv2 tag reading and writing code can be found in the SDK, which is available under the BSD license.

EDIT: In case you miss it, the code is in tagread_i.cpp, inside the foo_input_std directory.