So I\'ve been pondering on this problem for a while and I can\'t figure out what the right way to go about this is. I want to determine if Windows is outputting sound at a c
You could use AudioDeviceCmdlets module written by Chris Hunt
Write-DefaultAudioDeviceValue -StreamValue looks like what you are looking for. Otherwise you can take a look at his source on how he pulling those values using the CoreAudioApi