voicemeeter-api-powershell/examples/obs
onyx-and-iris 72467a611b enable verbose output in examples
fix host key in obs example readme.
2022-12-17 02:11:00 +00:00
..
README.md enable verbose output in examples 2022-12-17 02:11:00 +00:00
Vm-Obs-Sync.ps1 enable verbose output in examples 2022-12-17 02:11:00 +00:00

About

Demonstrates how to sync Voicemeeter states with OBS scene switches.

Requirements

Use

This example assumes the following:

  • OBS connection info saved in config.psd1, placed next to Vm-Obs-Sync.ps1:
@{
    host = "localhost"
    port     = 4455
    password = "mystrongpassword"
}
  • OBS scenes named START, BRB, END and LIVE

Simply run the script and change current OBS scene.

Closing OBS will end the script.