15 #include "microphoneAudio.h" 16 #include "movieAudioCursor.h" 47 static bool initialized =
false;
48 if (initialized)
return;
52 extern void find_all_microphones_ds();
53 find_all_microphones_ds();
57 extern void find_all_microphones_alsa();
58 find_all_microphones_alsa();
73 return _all_microphones.size();
84 nassertr((n >= 0) && (n < (
int)_all_microphones.size()), NULL);
85 return _all_microphones[n];
static void find_all_microphones()
Scans the hardware for microphones, and pushes them onto the global list of all microphones.
Class MicrophoneAudio provides the means to read raw audio samples from a microphone.
static int get_num_options()
Returns the number of microphone options.
TypeHandle is the identifier used to differentiate C++ class types.