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(*args, **kwargs)

Bases: mutagen.apev2.APEv2File

OptimFROG(filething)

info(`OptimFROGInfo`)
tags(`mutagen.apev2.APEv2`)
class mutagen.optimfrog.OptimFROGInfo(*args, **kwargs)

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

Previous topic

Ogg Vorbis

Next topic

Standard MIDI File

This Page