voicemeeter-rb/examples/obs
2023-08-27 17:24:25 +01:00
..
Gemfile register blocks on the event client object 2023-08-27 17:24:25 +01:00
main.rb register blocks on the event client object 2023-08-27 17:24:25 +01:00
README.md change package desc 2023-07-27 17:46:06 +01:00

Requirements

About

A simple demonstration showing how to sync OBS scene switches to Voicemeeter states.

Use

The script assumes you have connection info saved in a config yaml file named config.yaml placed next to obs.rb. It also assumes you have scenes named START BRB END and LIVE.

A valid config.yaml file might look like this:

connection:
  host: localhost
  port: 4455
  password: strongpassword

Closing OBS will end the script and logout of Voicemeeter.