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

OptimFROGInfo

tags

mutagen.apev2.APEv2

class mutagen.optimfrog.OptimFROGInfo

OptimFROG stream information.

channels

int – number of audio channels

length

float – file length in seconds, as a float

sample_rate

int – audio sampling rate in Hz

pprint()

Returns: text: Print stream information