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