WavAudioCursor

from panda3d.core import WavAudioCursor
class WavAudioCursor

Bases:

Bases: MovieAudioCursor

Used for reading PCM .wav files. Supported formats are linear PCM, IEEE float, A-law and mu-law.

Inheritance diagram

Inheritance diagram of WavAudioCursor

__init__(src: WavAudio, stream: istream)

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

__init__(param0: WavAudioCursor)
static getClassType() TypeHandle