mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 21:30:46 +00:00
|
||
---|---|---|
.. | ||
README.md | ||
Vm-Obs-Sync.ps1 |
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 toVm-Obs-Sync.ps1
:
@{
hostname = "localhost"
port = 4455
password = "mystrongpassword"
}
- OBS scenes named
START
,BRB
,END
andLIVE
Simply run the script and change current OBS scene.