WavPack¶
WavPack reading and writing.
WavPack is a lossless format that uses APEv2 tags. Read
for more information.
-
class
mutagen.wavpack.WavPack(filething)¶ Bases:
mutagen.apev2.APEv2FileParameters: filething (filething) – -
info¶ Type: WavPackInfo
-
-
class
mutagen.wavpack.WavPackInfo(fileobj)¶ WavPack stream information.
-
channels¶ number of audio channels (1 or 2)
Type: int
-
length¶ file length in seconds, as a float
Type: float
-
sample_rate¶ audio sampling rate in Hz
Type: int
-
version¶ WavPack stream version
Type: int
-
pprint()¶ Returns: text: Print stream information
-