wok diff mutagen/description.txt @ rev 18070
Up ms-sys (2.5.0), wkhtmltopdf (0.12.2.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 21 15:21:04 2015 +0200 (2015-05-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mutagen/description.txt Thu May 21 15:21:04 2015 +0200 1.3 @@ -0,0 +1,10 @@ 1.4 +Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, M4A, 1.5 +Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg 1.6 +Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of 1.7 +ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read 1.8 +Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and 1.9 +APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg 1.10 +streams on an individual packet/page level. 1.11 + 1.12 +Mutagen works on Python 2.6, 2.7, 3.3, 3.4 (CPython and PyPy) and has 1.13 +no dependencies outside the Python standard library.