mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
driver type capitalization
This commit is contained in:
@@ -268,10 +268,10 @@ function Device_Desc {
|
||||
}
|
||||
|
||||
$drivers = @{
|
||||
1 = 'MME'
|
||||
3 = 'WDM'
|
||||
4 = 'KS'
|
||||
5 = 'ASIO'
|
||||
1 = 'mme'
|
||||
3 = 'wdm'
|
||||
4 = 'ks'
|
||||
5 = 'asio'
|
||||
}
|
||||
|
||||
[PSCustomObject]@{
|
||||
|
||||
Reference in New Issue
Block a user