I have two sound cards.. that i frequently need to switch between. I used to have a button that would open the 'playback devices' panel so i could change the default sound card.
I can't remember or find the windows 7 command exe for this window. I wonder if anyone could help?
Ideally i'd like to have a toggle button that would switch the default playback sound card... such a button would be a god send to me. Any ideas if it is possible?
Considering how OD seems to do just about do anything I wonder if it can do this.
I have 2 sound cards one for headphones and the other through an amp & speakers. I end up switching between the two a lot. Doing this is a several click/step process . I'd love to be able to do it with a button in Opus.
Is this possible? Anyone have any idea how to achieve this? My coding level is ctrl C & ctrl V.. but i'm a trier!
This is the button code I use (Standard Function (Opus or external)):
@ifset:$glob!:HDMIAudio
@set glob!:HDMIAudio
D:\Tools\nircmd-x64\nircmd.exe setdefaultsounddevice "Speakers"
@ifset:else
@set glob!:HDMIAudio=1
D:\Tools\nircmd-x64\nircmd.exe setdefaultsounddevice "Digital Audio (HDMI)"
The parameters 'Speakers' and 'Digital Audio (HDMI)' are your devices as listed under the Sound Control Panel.