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 in the latest build, but was there in the official release:
if (buffer == null) { return; }
Noticed that the WaveIn Callback was missing in the latest build, but was there in the official release:
if (buffer == null) { return; }