voicemeeter-api-powershell/examples/obs
norm 1d115f4132 reword in readme
add print obs, ws versions
2022-11-04 02:07:23 +00:00
..
README.md reword in readme 2022-11-04 02:07:23 +00:00
Vm-Obs-Sync.ps1 reword in readme 2022-11-04 02:07:23 +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:
@{
    hostname = "localhost"
    port     = 4455
    password = "mystrongpassword"
}
  • OBS scenes named START, BRB, END and LIVE

Simply run the script and change current OBS scene.