Programming

Programmatically changing the default audio playback device on Windows 7

Posted by on May 31, 2011 at 8:32 pm

If you’ve ever wanted to programmatically change the default audio playback device on the fly using code, a good friend of mine wrote a great article and subsequent code example (in Win32 C++) that compiles down to a very handy console-based executable (download link at the very bottom of the article) which, if left parameterless, [...]