audio_in
Continuous recording of audio data at the given sampling rate. Note input properties may vary from the desired ones, especially sampling rate. Use audio in properties() after this function.
Arguments
- Integer sample rate (for example: 8000, 16000, 22050, 32000, 44100)
- Integer bits per sample (16, 32)
- Integer number of audio channels (1, 2)
Output
Channel for reading data chunks
Examples