AAC¶
- ADTS - Audio Data Transport Stream
- ADIF - Audio Data Interchange Format
- See ISO/IEC 13818-7 / 14496-03
-
exception
mutagen.aac.AACError¶
-
class
mutagen.aac.AAC(filename)¶ Bases:
mutagen.FileTypeLoad ADTS or ADIF streams containing AAC.
Tagging is not supported. Use the ID3/APEv2 classes directly instead.
-
class
mutagen.aac.AACInfo¶ Bases:
mutagen.StreamInfoAAC stream information.
Attributes:
- channels – number of audio channels
- length – file length in seconds, as a float
- sample_rate – audio sampling rate in Hz
- bitrate – audio bitrate, in bits per second
The length of the stream is just a guess and might not be correct.