TrueAudio
True Audio audio stream information and tags.
True Audio is a lossless format designed for real-time encoding and decoding. This module is based on the documentation at http://tausoft.org/wiki/True_Audio_Codec_Format
True Audio files use ID3 tags.
- class mutagen.trueaudio.TrueAudio(filething, ID3=None)
Bases:
ID3FileType
A True Audio file.
- Parameters:
filething (filething)
ID3 (mutagen.id3.ID3)
- info
- Type:
- tags
- Type:
- static score(filename, fileobj, header)
Returns a score for how likely the file can be parsed by this type.
- Parameters:
- Returns:
- negative if definitely not a matching type, otherwise a score,
the bigger the more certain that the file can be loaded.
- Return type:
- class mutagen.trueaudio.TrueAudioInfo
True Audio stream information.