voicemeeter-api-powershell/examples/obs/README.md
onyx-and-iris 62ad51c6b8 examples now using relative import path
obs example now using obs-powershell module. README updated.
2022-12-16 17:16:02 +00:00

550 B

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:
@{
    hostname = "localhost"
    port     = 4455
    password = "mystrongpassword"
}
  • OBS scenes named START, BRB, END and LIVE

Simply run the script and change current OBS scene.