obs example added

This commit is contained in:
2023-07-17 20:00:34 +01:00
parent c87c0768b8
commit eaf92197dc
3 changed files with 98 additions and 0 deletions

9
examples/obs/Gemfile Normal file
View File

@@ -0,0 +1,9 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "voicemeeter", path: "../.."
gem "obsws", "~> 0.1.3"
gem "pathname", "~> 0.2.1"