TAK¶
Tom’s lossless Audio Kompressor (TAK) streams with APEv2 tags.
TAK is a lossless audio compressor developed by Thomas Becker.
For more information, see:
-
class
mutagen.tak.TAK(filething)¶ Bases:
mutagen.apev2.APEv2FileParameters: filething (filething) –
-
class
mutagen.tak.TAKInfo(**kwargs)¶ TAK stream information.
-
channels¶ number of audio channels
Type: int
-
length¶ file length in seconds, as a float
Type: float
-
sample_rate¶ audio sampling rate in Hz
Type: int
-
bits_per_sample¶ audio sample size
Type: int
-
encoder_info¶ encoder version
Type: mutagen.text
-
pprint()¶ Returns: text: Print stream information
-