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
-
__init__
(param0: WavAudio)
-
static
getClassType
() → TypeHandle¶
-
static
make
(name: Filename) → MovieAudio¶ Obtains a
MovieAudio
that references a file.
-