Scott Wheeler 866802b007 Clean up formatting
The only non-pure-formatting changes are:

- Switch from `if(foo != NULL)` to `if(foo)`
- Switch from C arrays to std::array

This also moves a file-static function into the anonymous namespace

This style of formatting update would need to be done on the other files
as well before this branch is merged back to master.
2019-09-12 07:15:39 +02:00
2011-02-13 12:22:42 +00:00
2019-09-12 07:15:39 +02:00
2015-05-18 11:31:55 +02:00
2016-02-14 03:29:03 +09:00
2017-05-23 17:33:22 +09:00
2018-10-28 08:35:15 -05:00
2019-09-10 12:45:36 +02:00
2017-06-08 19:00:37 +05:00
2017-06-05 14:49:09 +02:00
2019-08-26 23:23:33 +02:00

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.

Description
No description provided
Readme 12 MiB
Languages
C++ 95.9%
CMake 2.5%
C 1.1%
Logos 0.5%