MicrophoneAudio
from panda3d.core import MicrophoneAudio
- class MicrophoneAudio
Bases:
Bases:
MovieAudio
Class MicrophoneAudio provides the means to read raw audio samples from a microphone.
Inheritance diagram
- static get_class_type() TypeHandle
- static get_num_options() int
Returns the number of microphone options. An “option” consists of a device plus a set of configuration parameters. For example, “Soundblaster Audigy Line in at 44,100 samples/sec” would be an option.
- static get_option(n: int) MicrophoneAudio
Returns the nth microphone option.