obs example now reads conn info from toml.

vm, obs connect logic moved into separate functions.

README added for obs example.
This commit is contained in:
onyx-and-iris
2022-09-18 05:38:22 +01:00
parent 2533f1c162
commit c05bf500ee
4 changed files with 73 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ module main
go 1.18
require (
github.com/BurntSushi/toml v1.2.0
github.com/andreykaipov/goobs v0.10.0
github.com/onyx-and-iris/voicemeeter-api-go v1.7.0
)