AudioInput.receiveData

passes a buffer of data to fill

Data is delivered as interleaved stereo, LE 16 bit, 44.1 kHz Each item in the array thus alternates between left and right channel and it takes a total of 88,200 items to make one second of sound.

struct AudioInput
void delegate(short[]) receiveData;
Suggestion Box / Bug Report