Search found 95 matches
- Fri Feb 26, 2021 7:13 pm
- Forum: Voicemeeter
- Topic: Feature request: Focus macro buttons on second instance launch.
- Replies: 0
- Views: 7
Feature request: Focus macro buttons on second instance launch.
With most apps which allow only a single instance, if I launch the app again (eg double click the icon) while it is already running, it will bring the existing instance of the app to the foreground. It would be SUPER handy to have this with VB macro buttons. This way, I can put a shortcut in any of ...
- Thu Feb 25, 2021 6:10 pm
- Forum: Voicemeeter
- Topic: Dual PC setup issues with sound quality or latency
- Replies: 1
- Views: 91
Re: Dual PC setup issues with sound quality or latency
Short answers: If your headphones have two drivers, one on each side, then you should use stereo audio. Now is a good time to get that right. You won't need to fiddle with getting fake surround to work, that way. Positioning cues will be more defined, footsteps will be more audible, you will better ...
- Sat Feb 20, 2021 4:45 am
- Forum: Voicemeeter
- Topic: Macro Button().State not working on 2-position buttons
- Replies: 1
- Views: 57
Macro Button().State not working on 2-position buttons
I have a macro set up with a 2 position button. In one of my other macros, I would like to be able to press and release that button twice (turn it off and on again, or on and off again). To do this, I used: Button(3).State = 1; Button(3).State = 0; Button(3).State = 1; Button(3).State = 0; The manua...
- Fri Feb 19, 2021 10:01 am
- Forum: Voicemeeter
- Topic: WDM mode skips the mix in "VMP"
- Replies: 2
- Views: 156
Re: WDM mode skips the mix in "VMP"
You're overcomplexifying the setup. You don't need to do all that "listen through this device" stuff and using the virtual cables as inputs. The cables do that automatically.
Set your applications audio outputs to use the VAIO input devices, and it will output into VM for you. Simple as that
Set your applications audio outputs to use the VAIO input devices, and it will output into VM for you. Simple as that

- Fri Feb 19, 2021 9:39 am
- Forum: Voicemeeter
- Topic: "hook volume keys" works, macrobuttons does not.
- Replies: 13
- Views: 5007
Re: "hook volume keys" works, macrobuttons does not.
I can confirm that TS, magician and afterburner all do this. There's a strong argument that those apps shouldn't do that and it's not a VM problem, but since VM works fine with the 'hook volume keys' option it would be very nice to see the macro buttons app get the same ability. Vincent, could this ...
- Mon Feb 01, 2021 4:20 am
- Forum: Voicemeeter
- Topic: "hook volume keys" works, macrobuttons does not.
- Replies: 13
- Views: 5007
Re: "hook volume keys" works, macrobuttons does not.
What apps are doing this aside from teamspeak? Other than those apps being buggy and breaking the keybind by stealing the keypress before VM gets it, only reason I can think of for this to not work is that they are using raw keyboard input for performance reasons. That kinda maybe makes sense in TS ...
- Mon Feb 01, 2021 4:16 am
- Forum: Voicemeeter
- Topic: B1 and B2 not connected to virtual recording devices
- Replies: 14
- Views: 4073
Re: B1 and B2 not connected to virtual recording devices
I'm guessing this was an anomaly of Win10's permissions when no real microphone is installed as I haven't had to manually set this microphone privacy on systems with a real microphone before. Nope, that's totally normal default for all systems since a couple of years back when they added the app pe...
- Sun Jan 31, 2021 1:35 pm
- Forum: Voicemeeter
- Topic: Control VoiceMeeter API from Python
- Replies: 3
- Views: 1453
Re: Control VoiceMeeter API from Python
Thanks for sharing that VMR wrapper, @sjc-or !
@janF_04 take a look at python's ctypes. That should allow you to call the C functions in the DLL, from python. I haven't tried it yet, but it should be relatively straightforward if you're already python-savvy.
@janF_04 take a look at python's ctypes. That should allow you to call the C functions in the DLL, from python. I haven't tried it yet, but it should be relatively straightforward if you're already python-savvy.
- Sat Jan 30, 2021 8:50 am
- Forum: Voicemeeter
- Topic: Difficulty with virtual out Potato
- Replies: 9
- Views: 1113
Re: Difficulty with virtual out Potato
That is normal behaviour. The app appearing in all three devices is a windows bug. The visibility of the administrator's activities being limited to administrators is intentional, to give privacy/security to system administrators.
- Sat Jan 30, 2021 8:45 am
- Forum: Voicemeeter
- Topic: Discord Crackling w/VB Out since moving to Windows 2004
- Replies: 14
- Views: 12107
Re: Discord Crackling w/VB Out since moving to Windows 2004
That's me, mate :) Hawpe's digging in the logs and analysis of the source code has been a real eye opener for us all, so props to him for really figuring this out. But if you take his observation about the way webrtc handles devices before opening, and then my observation that discord is constantly ...