Records audio data using an audio driver. If the driver supports recording from more than one source, audio is acquired from the source currently set using the driver's configuration utility (e.g. from a microphone in).
Create a Recorder() object. Only one object of this kind should be used at a time. The behavior of using two recorders at once is unspecified.
Lists the names of the available recording drivers.
Position in the returned list of values corresponds to driver number (e.g. first string is the name of driver zero).
Start recording into the Sample provided. If loopit is false, recording continues until the buffer is full. If loopit is true, recording continues at the beginning once the buffer is full, overwriting the previous contents.
Cease recording immediately.
The current audio recording device. Zero is the default input driver on the system. One and higher are other input drivers.
The current position in samples of the recording pointer. A value of -1 is returned if recording has not yet started.