strawberry-audio-player-win.../3rdparty/taglib
Jonas Kvinge 247a11146c Change 0 to nullptr 2019-04-21 21:39:11 +02:00
..
ape Audio file detection by content 2018-05-10 15:29:28 +02:00
asf Fix code style and errors 2019-04-08 18:46:11 +02:00
dsdiff Update taglib 2018-10-27 12:15:52 +02:00
dsf Fix code style and errors 2019-04-08 18:46:11 +02:00
flac Fix code style and errors 2019-04-08 18:46:11 +02:00
it Fix code style and errors 2019-04-08 18:46:11 +02:00
mod Fix code style and errors 2019-04-08 18:46:11 +02:00
mp4 Change 0 to nullptr 2019-04-21 21:39:11 +02:00
mpc Audio file detection by content 2018-05-10 15:29:28 +02:00
mpeg Change 0 to nullptr 2019-04-21 21:39:11 +02:00
ogg Change 0 to nullptr 2019-04-21 21:39:11 +02:00
riff Fix code style and errors 2019-04-08 18:46:11 +02:00
s3m Fix code style and errors 2019-04-08 18:46:11 +02:00
toolkit Fix code style and errors 2019-04-08 18:46:11 +02:00
trueaudio Fix code style and errors 2019-04-08 18:46:11 +02:00
wavpack Audio file detection by content 2018-05-10 15:29:28 +02:00
xm Fix code style and errors 2019-04-08 18:46:11 +02:00
CMakeLists.txt Change compiler flags 2019-04-05 23:09:00 +02:00
COPYING Audio file detection by content 2018-05-10 15:29:28 +02:00
README.md Add 3rdparty/taglib/README.md 2019-01-07 02:14:51 +01:00
audioproperties.cpp Add DSF and DSDIFF support to taglib 2018-09-02 01:39:02 +02:00
audioproperties.h Audio file detection by content 2018-05-10 15:29:28 +02:00
fileref.cpp Change 0 to nullptr 2019-04-21 21:39:11 +02:00
fileref.h Audio file detection by content 2018-05-10 15:29:28 +02:00
tag.cpp Fix code style and errors 2019-04-08 18:46:11 +02:00
tag.h Audio file detection by content 2018-05-10 15:29:28 +02:00
taglib_config.h.cmake Audio file detection by content 2018-05-10 15:29:28 +02:00
taglib_export.h Audio file detection by content 2018-05-10 15:29:28 +02:00
tagunion.cpp Audio file detection by content 2018-05-10 15:29:28 +02:00
tagunion.h Audio file detection by content 2018-05-10 15:29:28 +02:00
tagutils.cpp Audio file detection by content 2018-05-10 15:29:28 +02:00
tagutils.h Audio file detection by content 2018-05-10 15:29:28 +02:00

README.md

TagLib

Build Status

TagLib Audio Metadata Library

http://taglib.org/

TagLib is a library for reading and editing the metadata of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags in FLAC, MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE, DSF, DFF, and ASF files.

TagLib is distributed under the GNU Lesser General Public License (LGPL) and Mozilla Public License (MPL). Essentially that means that it may be used in proprietary applications, but if changes are made to TagLib they must be contributed back to the project. Please review the licenses if you are considering using TagLib in your project.