voicemeeter-api-powershell/examples/obs/README.md

29 lines
580 B
Markdown
Raw Permalink Normal View History

## About
Demonstrates how to sync Voicemeeter states with OBS scene switches.
## Requirements
- [OBS Studio 28+](https://obsproject.com/)
- [OBS-Powershell](https://github.com/StartAutomating/obs-powershell)
## Use
This example assumes the following:
- OBS connection info saved in `config.psd1`, placed next to `Vm-Obs-Sync.ps1`:
```psd1
@{
host = "localhost"
port = 4455
password = "mystrongpassword"
}
```
- OBS scenes named `START`, `BRB`, `END` and `LIVE`
Simply run the script and change current OBS scene.
2022-12-16 18:57:26 +00:00
Closing OBS will end the script.