setaudio Copyright (c) 2014 Elmar de Koning edekoning@gmail.com


This is actually just a compiled AHK script that interacts with the Sound
dialog (mmsys.cpl), as there is no windows API to change the default audio
output device.

usage: setaudio <target>

       <target>    the audio device to set as default

You need to provide the (partial) name of the audio playback device as it is
listed in the Sound dialog (the bold line of text at the top of each item.
So if I wanted to make my HDMI output the default device, I would call:

> setdisplay.exe "AMD HDMI Output"

Note that this script targets an English version of windows 7. Other languages
will require a slight modification of the script, as it looks for specific
strings.
