Ogg Opus

Read and write Ogg Opus comments.

This module handles Opus files wrapped in an Ogg bitstream. The first Opus stream found is used.

Based on http://tools.ietf.org/html/draft-terriberry-oggopus-01

class mutagen.oggopus.OggOpus(*args, **kwargs)

Bases: mutagen.ogg.OggFileType

OggOpus(filething)

An Ogg Opus file.

Parameters:(filething) (filething) –
info(`OggOpusInfo`)
tags(`mutagen._vorbis.VCommentDict`)
class mutagen.oggopus.OggOpusInfo(fileobj)

Bases: mutagen.StreamInfo

OggOpusInfo()

Ogg Opus stream information.

length

float

File length in seconds, as a float

channels

int

Number of channels

Previous topic

Ogg FLAC

Next topic

Ogg Speex

This Page