mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 13:20:47 +00:00
a7913f8934
Added special commands: show restart showvbanchat shutdown Updated README and CHANGELOG to reflect changes. Minor version bump
11 lines
171 B
PowerShell
11 lines
171 B
PowerShell
Import-Module Voicemeeter
|
|
|
|
try {
|
|
$vmr = Get-RemoteBanana
|
|
|
|
$vmr.command.show
|
|
$vmr.command.restart
|
|
$vmr.command.showvbanchat
|
|
}
|
|
finally { $vmr.Logout() }
|