AIFF¶
AIFF audio stream information and tags.
-
class
mutagen.aiff.AIFF(filename)¶ Bases:
mutagen.FileTypeAIFF(filething)
An AIFF audio file.
Parameters: filething (filething) – Type: mutagen.id3.ID3
-
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:
Add an empty ID3 tag to the file.
-
load(filething, **kwargs)¶ Load stream and tag information from a file.