Does anyone know if it is possible to set the audio playback device programatically on Windows 7? (I've seen quite a few posts on this but no 'good' answers). I don't really want to change the default playback device. E.g. If I have 2 sound cards and want the default to be sound card 1, I'd like my app to be able to use sound card 2. Thanks in advance

link|improve this question

0% accept rate
feedback

1 Answer

I believe you can do it using IMMDeviceEnumerator Interface.
Check out the Windows SDK core audio (winsapi) samples for code.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.