frgnca / AudioDeviceCmdlets

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

Write-AudioDevice should support -Multichannel #67

Open StartAutomating opened 1 year ago

StartAutomating commented 1 year ago

Re observations made in issue #66

The underlying data can give peak volume on a device or on each channel in a device.

This would make for a cooler set of progress bars and a more interesting set of data returns.

I will try to include this support in the same PR.