Sponsor
This module, as with Companion, is free and open source, but if you'd like to support the continued development of this and my other modules (vMix, Google Sheets, Twitch, Discord, and more) tips will always be appreciated either on Github or Ko-Fi.
Companion interacts with the Voicemeeter API by searching for the install location and then binding to a .dll file used by Voicemeeter for external remote control, but because of this it means that if you wish to control Voicemeeter on a machine other than the one running Companion you will need to use a proxy running on the machine running Voicemeeter.
NodeJS >= 18
- Download the companion-module-vbaudio-voicemeeter repository. This can be done either by
git clone
or by clicking on the Code button, and then downloading the zip - In the directory you've cloned or unzipped the repo to, run
npm i
. This will download the modules dependencies - Run
node proxy
to start running the proxy on the default port of 8099, or use the-p PORT
argument to specify a port, such asnode proxy -p 3000
- In Companion, create an instance for Voicemeeter and in the configuration set the IP and Port of where the proxy is running