WavPack
WavPack reading and writing.
WavPack is a lossless format that uses APEv2 tags. Read
for more information.
- class mutagen.wavpack.WavPack(filething)
Bases:
APEv2File
- Parameters:
filething (filething)
- info
- 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.wavpack.WavPackInfo(fileobj)
WavPack stream information.