mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
update readme
This commit is contained in:
@@ -20,7 +20,7 @@ try {
|
||||
$bus = $_
|
||||
# 2)
|
||||
if (-not $bus.mute) {
|
||||
Write-Host "bus", $bus.index, "is unmuted... muting it"
|
||||
"bus " + $bus.index + " is unmuted... muting it" | Write-Host
|
||||
$unmutedIndex = $buses.IndexOf($bus)
|
||||
$bus.mute = $true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user