frgnca / AudioDeviceCmdlets

AudioDeviceCmdlets is a suite of PowerShell Cmdlets to control audio devices on Windows
MIT License
737 stars 92 forks source link

Change status of non-default audio device #59

Open mbrinkho opened 2 years ago

mbrinkho commented 2 years ago

Wondering if it would be possible to make changes to a device other than the default. I can list the other audio devices with your cmdlets but it appears the only one that can be modified is the default device.

frgnca commented 2 years ago

it appears the only one that can be modified is the default device

This is correct.

In the future I would like to be able to add support for at least disabling/enabling audio device #25 then see what other feature can be added from there.