OptimFROG¶
OptimFROG audio streams with APEv2 tags.
OptimFROG is a lossless audio compression program. Its main goal is to reduce at maximum the size of audio files, while permitting bit identical restoration for all input. It is similar with the ZIP compression, but it is highly specialized to compress audio data.
Only versions 4.5 and higher are supported.
For more information, see http://www.losslessaudio.org/
-
class
mutagen.optimfrog.
OptimFROG
(filething)¶ Bases:
mutagen.apev2.APEv2File
-
info
¶ Type: OptimFROGInfo
Type: mutagen.apev2.APEv2
-
-
class
mutagen.optimfrog.
OptimFROGInfo
¶ OptimFROG 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
¶ the audio sample size
Type: int
-
encoder_info
¶ encoder version, e.g. “5.100”
Type: mutagen.text
-
pprint
()¶ Returns: text: Print stream information
-