|
7 | 7 | https://taglib.org/ |
8 | 8 |
|
9 | 9 | TagLib is a library for reading and editing the metadata of several |
10 | | -popular audio formats. Currently, it supports both ID3v1 and ID3v2 |
11 | | -for MP3 files, [Ogg Vorbis][] comments and ID3 tags |
12 | | -in [FLAC][], MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE, ASF, |
13 | | -DSF, DFF and AAC files. |
| 10 | +popular audio formats. Currently, it supports various metadata containers such |
| 11 | +as [ID3v1][], [ID3v2][] and [Vorbis][] comments for MP3, MP4, AAC, |
| 12 | +[Ogg][], [Opus][], [FLAC][], [Speex][], [APE][], [MPC][], [WavPack][], |
| 13 | +[WAV][], [AIFF][], [TrueAudio][], [Matroska][], [WebM][], ASF, WMA, DSF, DFF and |
| 14 | +tracker (MOD, XM, S3M, IT) files. |
14 | 15 |
|
15 | 16 | TagLib is distributed under the [GNU Lesser General Public License][] |
16 | 17 | (LGPL) and [Mozilla Public License][] (MPL). Essentially that means that |
17 | 18 | it may be used in proprietary applications, but if changes are made to |
18 | 19 | TagLib they must be contributed back to the project. Please review the |
19 | 20 | licenses if you are considering using TagLib in your project. |
20 | 21 |
|
21 | | - [Ogg Vorbis]: https://xiph.org/vorbis/ |
| 22 | + [ID3v1]: https://id3.org/ID3v1 |
| 23 | + [ID3v2]: https://id3.org/Home |
| 24 | + [Vorbis]: https://xiph.org/vorbis/ |
| 25 | + [Ogg]: https://www.xiph.org/ogg/ |
| 26 | + [Opus]: https://opus-codec.org/ |
22 | 27 | [FLAC]: https://xiph.org/flac/ |
| 28 | + [Speex]: https://www.speex.org/ |
| 29 | + [APE]: https://www.monkeysaudio.com/ |
| 30 | + [MPC]: https://musepack.net/ |
| 31 | + [WavPack]: https://www.wavpack.com/ |
| 32 | + [WAV]: https://www.mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html |
| 33 | + [AIFF]: https://www.mmsp.ece.mcgill.ca/Documents/AudioFormats/AIFF/AIFF.html |
| 34 | + [TrueAudio]: https://sourceforge.net/projects/tta/ |
| 35 | + [Matroska]: https://www.matroska.org/ |
| 36 | + [WebM]: https://www.webmproject.org/ |
23 | 37 | [GNU Lesser General Public License]: https://www.gnu.org/licenses/lgpl.html |
24 | 38 | [Mozilla Public License]: https://www.mozilla.org/MPL/MPL-1.1.html |
0 commit comments