OpusAudioCursor

from panda3d.core import OpusAudioCursor
class OpusAudioCursor

Bases:

Bases: MovieAudioCursor

Interfaces with the libopusfile library to implement decoding of Opus audio files.

See panda3d.core.OpusAudio.

New in version 1.10.0.

Inheritance diagram

Inheritance diagram of OpusAudioCursor

__init__(src: OpusAudio, stream: istream)

Reads the .wav header from the indicated stream. This leaves the read pointer positioned at the start of the data.

__init__(param0: OpusAudioCursor)
static getClassType() TypeHandle