I am making my game engine in c# (OpenTK and Naudio). I bought another monitor and now i have 3 audio outputs. My heaphones are set as the main ones but naudio just sends audio to my monitor, even when I do this:
Wave.DeviceNumber = -1;
The audio just comes out of my monitor I am just playing an waveout with volume control and, when mono, panning control.
PS: I am compiling for windows 10. And this is my github issue : https://github.com/naudio/NAudio/issues/283