obs example updated

This commit is contained in:
onyx-and-iris
2022-09-14 16:43:04 +01:00
parent db7826dab6
commit 07218472df
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ func onEnd(vm *voicemeeter.Remote) {
}
func main() {
vm, err := voicemeeter.NewRemote("potato")
vm, err := voicemeeter.NewRemote("potato", 0)
if err != nil {
log.Fatal(err)
}