Toggle between 2 different default audio devices (Input/Output) with the click of a button. This program is for VR users who are tired of swapping their Windows audio devices every time they launch VR!
Note: Latest PowerShell is required, get it here: https://www.microsoft.com/store/productId/9MZ1SNWT0N5D
View the Releases page to download ZIP.
- Unzip program in whatever folder you want.
- Open
config.json
and edit it to your system. Example config below - Open the
VRAudioToggle
shortcut in the folder, and it should swap your default audio devices.
{
"VR": {
"Output": "VoiceMeeter Input (VB-Audio VoiceMeeter VAIO)",
"Input": "VoiceMeeter Output (VB-Audio VoiceMeeter VAIO)"
},
"Desktop": {
"Output": "System (TC-Helicon GoXLR)",
"Input": "Chat Mic (TC-Helicon GoXLR)"
}
}
Output is the audio device related to listening, E.G., your headphones.
Input is the audio device related to speaking, E.G., your mic.
For support, email [email protected] or add me on Discord: winterfe
.