Skip to content

Toggle between 2 different audio devices with the click of a button.

Notifications You must be signed in to change notification settings

WinterFe/Audio-Device-Toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Device Toggle

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!


Installation

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)"
    }
}

FAQ

What is Output in the config?

Output is the audio device related to listening, E.G., your headphones.

What is Input in the config?

Input is the audio device related to speaking, E.G., your mic.

Support

For support, email winter@lunardev.group or add me on Discord: winterfe.

Acknowledgements

Authors

License

MIT

About

Toggle between 2 different audio devices with the click of a button.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published