Created
November 4, 2016 05:16
-
-
Save reelsense/479c43ddf180e91364a8b3aeed1c4d18 to your computer and use it in GitHub Desktop.
nircmd audio switch example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
C:\NIRCMD\NIRCMDC setdefaultsounddevice "DENON-AVR-0" 3 | |
C:\NIRCMD\NIRCMDC setdefaultsounddevice "Webcam Microphone" 1 | |
C:\NIRCMD\NIRCMDC setdefaultsounddevice "Webcam Microphone" 2 | |
C:\NIRCMD\NIRCMDC setdefaultsounddevice "XONAR" 3 | |
C:\NIRCMD\NIRCMDC setdefaultsounddevice "Wave Recording" 3 | |
C:\NIRCMD\NIRCMDC setdefaultsounddevice "Microphone" 3 | |
C:\NIRCMD\NIRCMDC setdefaultsounddevice "VG248-C" 1 | |
C:\NIRCMD\NIRCMDC setdefaultsounddevice "VG248-C" 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you @jeepmullet