When using WaveIn to transmit bursts of audio, buffer is null every other recording period. This wasn't the case in the last official release.
Noticed that the WaveIn Callback was missing:
if (buffer == null) { return; }
Noticed that the WaveIn Callback was missing:
if (buffer == null) { return; }