Hello,
I have an issue with NAudio: in simple application i'm playing for example wav file, and when I change system volume by draggin mixer manually in windows taskbar - application crashes. It doesn't throw an exception, but "stops working", even in debug mode.
Anybody have simple issue and can help?
I'm using DirectSoundOut or WaveOut (function callback).
Code for loading wav file is pasted from one of NAudio samples.
//Update: I'm using NAudio source code 63489
I will really appreciate any feedback. Thanks.
Mike
Comments: probably related to function callback, or dodgy soundcard drivers. Re-open if anyone else reports
I have an issue with NAudio: in simple application i'm playing for example wav file, and when I change system volume by draggin mixer manually in windows taskbar - application crashes. It doesn't throw an exception, but "stops working", even in debug mode.
Anybody have simple issue and can help?
I'm using DirectSoundOut or WaveOut (function callback).
Code for loading wav file is pasted from one of NAudio samples.
//Update: I'm using NAudio source code 63489
I will really appreciate any feedback. Thanks.
Mike
Comments: probably related to function callback, or dodgy soundcard drivers. Re-open if anyone else reports