A simple program that toggles the default audio playback device on windows.
- Retrieve the AudioDefaultDeviceSwitcher.exe.
- Option 1: Compile using Visual Studio, and place the produced "AudioDefaultDeviceSwitcher.exe" in the directory you want to run it from.
- Option 2: Download the latest release and place the .exe in the directory you want to run it from.
- Run "AudioDefaultDeviceSwitcher.exe". A "Audio.ini" will be created in the same directory.
- Edit the "Audio.ini" to your devices that you want to toggle between (Separate each name with a comma).
- Run "AudioDefaultDeviceSwitcher.exe" every time you want to toggle between the devices.
Example Audio.ini:
Devices=Speakers,Realtek HD Audio 2nd output
AlsoSetCommunications=true
Corresponding Playback devices in Windows:
If you encounter any issues, feature requests or pull requests, please do not hesitate to submit them!
- Thanks to xenolightning for creating AudioSwitcher API.
- Thanks to Fody for creating Costura.Fody.