WavPack

WavPack reading and writing.

WavPack is a lossless format that uses APEv2 tags. Read

for more information.

class mutagen.wavpack.WavPack(*args, **kwargs)

Bases: mutagen.apev2.APEv2File

class mutagen.wavpack.WavPackInfo(fileobj)

WavPack stream information.

channels

int

number of audio channels (1 or 2)

length (float: file length in seconds, as a float
sample_rate

int

audio sampling rate in Hz

version (int) WavPack stream version

Previous topic

Vorbis Comment

Next topic

Command Line Tools

This Page