voicemeeter-api-powershell/examples/obs/README.md
norm 7f5d92603e obs example added
readme for obs example added

config.psd1 added to gitignore
2022-11-04 01:51:40 +00:00

500 B

About

Demonstrates how to sync Voicemeeter states with OBS scene switches.

Requirements

Use

This example assumes your OBS connection info saved in config.psd1, placed next to Vm-Obs-Sync.ps1:

@{
    hostname = "localhost"
    port     = 4455
    password = "mystrongpassword"
}

Simply run the script and change current OBS scene.