API for changing default audio playback device
-
Is there an API for changing the default audio playback device? I had no luck digging through MSDN and my current solution involves registry grovelling.
-
Is there an API for changing the default audio playback device? I had no luck digging through MSDN and my current solution involves registry grovelling.
I haven't tried this but only read about it. You can look for RtAudio if this helps. Somethings seem HARD to do, until we know how to do them. ;-) _AnShUmAn_
-
I haven't tried this but only read about it. You can look for RtAudio if this helps. Somethings seem HARD to do, until we know how to do them. ;-) _AnShUmAn_
Thanks, but unfortunately this doesn't have what I'm looking for. Currently I think that perhaps Microsoft decided not to have an API for this as they consider changing the default audio playback device programmatically as something which could be abused.