VorbisAudioCursor

from panda3d.core import VorbisAudioCursor
class VorbisAudioCursor

Bases:

Bases: MovieAudioCursor

Interfaces with the libvorbisfile library to implement decoding of Ogg Vorbis audio files.

Inheritance diagram

Inheritance diagram of VorbisAudioCursor

__init__(src: VorbisAudio, stream: istream)

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

__init__(param0: VorbisAudioCursor)
static getClassType() TypeHandle