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
(filething)¶ Bases:
mutagen.ogg.OggFileType
An Ogg Opus file.
Parameters: filething (filething) – -
info
¶ Type: OggOpusInfo
-
-
class
mutagen.oggopus.
OggOpusInfo
¶ Bases:
mutagen.StreamInfo
Ogg Opus stream information.
-
length
¶ File length in seconds, as a float
Type: float
-
channels
¶ Number of channels
Type: int
-
pprint
()¶ Returns: text: Print stream information
-