Thanks Mark,
So, if I understand you correct I need to do the following:
Use this:
So, if I understand you correct I need to do the following:
Use this:
var waveOut = new WaveOutEvent();
Instead of this:var waveOut = new WaveOut(WaveCallbackInfo.FunctionCallback());
for background thread audio playback, right?