cog/Frameworks/TagLib/taglib
Christopher Snowhill 45ec7b6263 Greatly improve tag reading performance
Improve tag reading performance for Ogg, Opus, FLAC, TTA, and TAK, by
eliminating TagLib from the equation in those cases and just using the
respective file inputs to do the tag reading, which is apparently a lot
faster anyway.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-05 00:55:48 -07:00
..
3rdparty/utf8-cpp Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
bindings Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
cmake/modules Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
doc Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
examples Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
taglib Greatly improve tag reading performance 2022-07-05 00:55:48 -07:00
tests Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
AUTHORS Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
CMakeLists.txt Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
COPYING.LGPL Stupid Mercurial 2013-10-12 13:52:30 -07:00
COPYING.MPL Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
ConfigureChecks.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
Doxyfile.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
INSTALL.md Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
NEWS Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
README.md Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
cmake_uninstall.cmake.in Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
config.h Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
config.h.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
taglib-config.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
taglib-config.cmd.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
taglib.pc.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
taglib_config.h Roll TagLib 1.12.0 2021-02-07 04:48:04 +03: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, 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.