wok-next
annotate mutagen/description.txt @ rev 20672
font-manager: update bdeps / fix build
author |
Aleksej Bobylev <al.bobylev@gmail.com> |
date |
Fri May 11 16:51:58 2018 +0300 (2018-05-11) |
parents |
|
children |
|
rev |
line source |
al@17791
|
1 Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, M4A,
|
al@17791
|
2 Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg
|
al@17791
|
3 Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of
|
al@17791
|
4 ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read
|
al@17791
|
5 Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and
|
al@17791
|
6 APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg
|
al@17791
|
7 streams on an individual packet/page level.
|
al@17791
|
8
|
al@17791
|
9 Mutagen works on Python 2.6, 2.7, 3.3, 3.4 (CPython and PyPy) and has
|
al@17791
|
10 no dependencies outside the Python standard library.
|