mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-03-20 08:59:10 +00:00
driver type capitalization
This commit is contained in:
parent
2f2d4af848
commit
defb2b68c0
@ -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]@{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user