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; }
Comments: I'm not sure I understand this bug report. Can you test with the latest code and see if it is still there, and provide more info if it is
Noticed that the WaveIn Callback was missing in the latest build, but was there in the official release:
if (buffer == null) { return; }
Comments: I'm not sure I understand this bug report. Can you test with the latest code and see if it is still there, and provide more info if it is