examples now using relative import path

obs example now using obs-powershell module. README updated.
This commit is contained in:
2022-12-16 17:16:02 +00:00
parent 2586ca4089
commit 62ad51c6b8
4 changed files with 61 additions and 43 deletions

View File

@@ -7,7 +7,7 @@
Credits go to @bobsupercow
#>
Import-Module Voicemeeter
Import-Module ..\..\lib\Voicemeeter.psm1
try {
$vmr = Get-RemotePotato
@@ -20,7 +20,7 @@ try {
$bus = $_
# 2)
if (-not $bus.mute) {
"bus " + $bus.index + " is unmuted... muting it" | Write-Host
"bus " + $bus.index + " is unmuted... muting it" | Write-Host
$unmutedIndex = $buses.IndexOf($bus)
$bus.mute = $true