cog/Frameworks/TagLib/taglib
Christopher Snowhill e13f83609e FFmpeg Input: Implement stream metadata reading
Now reads Icy interval metadata and timed ID3v2 tags.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-08 21:34:28 -08: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 FFmpeg Input: Implement stream metadata reading 2022-02-08 21:34:28 -08: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.