Jump to content
Corsair Community

possible to program these?


ncampos976

Recommended Posts

  • 1 month later...
  • 2 months later...

Hi ncampos976,

 

I made a button to switch between my speakers and my headset. It's a simple button that launches a batch file calling a NirCmd. The script to switch to the speakers looks like this:

@ECHO OFF
D:\"Program Files"\NirCmd\NIRCMDC setdefaultsounddevice "Speakers Headset" 2
D:\"Program Files"\NirCmd\NIRCMDC setdefaultsounddevice "Microphone Headset" 2
D:\"Program Files"\NirCmd\NIRCMDC setdefaultsounddevice "Speakers Headset" 1
D:\"Program Files"\NirCmd\NIRCMDC setdefaultsounddevice "Microphone Headset" 1

 

Hope this helps....

  • Thanks 1
Link to comment
Share on other sites

×
×
  • Create New...