WavAudio

from panda3d.core import WavAudio
class WavAudio

Bases: MovieAudio

A native PCM .wav loader. Supported formats are linear PCM, IEEE float, A-law and mu-law.

Inheritance diagram

Inheritance diagram of WavAudio

__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.

*/