OpusAudioCursor
from panda3d.core import OpusAudioCursor
- class OpusAudioCursor
Bases:
Bases:
MovieAudioCursor
Interfaces with the libopusfile library to implement decoding of Opus audio files.
New in version 1.10.0.
Inheritance diagram
- __init__(src: OpusAudio, stream: istream)
Reads the .wav header from the indicated stream. This leaves the read pointer positioned at the start of the data.
- __init__(param0: OpusAudioCursor)
- static getClassType() TypeHandle