Quantcast
Channel: naudio Work Item Rss Feed
Viewing all articles
Browse latest Browse all 738

Commented Issue: WaveInEvent - Buffer is null [16347]

$
0
0
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

Viewing all articles
Browse latest Browse all 738

Trending Articles