VorbisAudio

from panda3d.core import VorbisAudio
class VorbisAudio

Bases: MovieAudio

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

Inheritance diagram

Inheritance diagram of VorbisAudio

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

get_class_type()

C++ Interface: get_class_type()

make()

C++ Interface: make(const Filename name)

/**
  • Obtains a MovieAudio that references a file.

*/