So i was looking for a temporary solution.
The first one does works but its not exactly what i was looking for. But i using anyways because if i want to switch the Audio for all applications i could use this Code:
When I say: [switch;change] desktop [audio;sound] [device;]
Begin Boolean Compare : [Audio] Equals False
Change playback device to: 'VoiceMeeter Aux Input (VB-Audio VoiceMeeter VAIO)'
Maybe a check here would be nice to proof that it was changed.
Set Boolean [Audio] to True
Else If Boolean Compare : [Audio] Equals True
Change playback device to: 'Lautsprecher (SteelSeries H Wireless)'
Maybe a check here would be nice to proof that it was changed.
Set Boolean [Audio] to False
End Condition
And this should be later on the second one which allows you to switch the Audio for a single application but i would be happy if it just switch the Audio for VA only for now:
When I Say: [change;switch;share] [audio;sound] [device;] to number [one;1;two;2]
Begin Condition : [{CMDSEGMENT:4}] Equals 'one' OR [{CMDSEGMENT:4}] Equals '1'
Set Text [Device] to 'VB-Audio-VoiceMeeter VAIO'
Here should be an Action this allows you to switch the Audio Device only for VA.
Say, 'Succeeded your Audio has change to {TXT:Device}.
Else If : [{CMDSEGMENT:4}] Equals 'two' OR [{CMDSEGMENT:4}] Equals '2'
Set Text [Device] to 'SteelSeries H Wireless'
Here should be an Action this allows you to switch the Audio Device only for VA.
Say, 'Succeeded your Audio has change to {TXT:Device}.
End Condition
So i was searching for
how i change the Volume for specific App but i was not sure what i should searching for. So then i found this App called
EarTrumpet which is almost that what i was looking for but it doesn't have any Keybinds but there is Source Code on
GitHub which could be usefuel to checkout.
I was hoping to find something that i could use for AutoHotkey and combine with VA which is unfortunately not the case atm maybe with the Windows Registry but i do not understand anything when a entry looks like {blabla-numbers-letters-combine-nocluehowtodecodeit}
where i was ending up here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Captureces\Audio\Capture
which i saw
here but tbh i'm not sure if its the right thing what i'm searching.
I hope it explains more what i'm try/want to do.