Search found 3 matches

by FearNaBoinne
Tue Aug 17, 2021 11:35 am
Forum: Voicemeeter
Topic: Linking VoiceMeeter output volume to VoiceMeeter Input (ROOT) device volume?
Replies: 3
Views: 15064

Re: Linking VoiceMeeter output volume to VoiceMeeter Input (ROOT) device volume?

So I have been experimenting, and the combination of SoundGet and VMW.bus[1].gain are looking good (I did have to craft a 'percentage to dB' formula, as the VMR.ahk does have getPercentage(dB) but not getdB(percentage) :D ) , so I am happy with that. Does anyone know though why the virtual VoiceMeet...
by FearNaBoinne
Fri Aug 13, 2021 3:26 pm
Forum: Voicemeeter
Topic: Linking VoiceMeeter output volume to VoiceMeeter Input (ROOT) device volume?
Replies: 3
Views: 15064

Re: Linking VoiceMeeter output volume to VoiceMeeter Input (ROOT) device volume?

Sure can mate! If you like AHK, you will love VMR.ahk, it's totally awesome: https://github.com/SaifAqqad/VMR.ahk This is a wrapper for the VoiceMeeter API to be used in AHK. I can't say enough cool things about it. NICE! That being said, it shouldn't be quite so difficult. If you use a VoiceMeeter...
by FearNaBoinne
Mon Aug 09, 2021 10:06 am
Forum: Voicemeeter
Topic: Linking VoiceMeeter output volume to VoiceMeeter Input (ROOT) device volume?
Replies: 3
Views: 15064

Linking VoiceMeeter output volume to VoiceMeeter Input (ROOT) device volume?

Would it be possible (either directly or through a script on something like AHK) to link VoiceMeeter's A-bus output volume to the volume of the VoiceMeeter Input (ROOT) device volume? The reason I am asking is because hooking the volume up/down does work for volume control, but for me it breaks a fe...