frgnca

Results 18 comments of frgnca

Yes, currently AudioDeviceCmdlets only support enabled devices, but I think an optional -ShowDisabled parameter could be added.

I opened the pull request #25 to try and add this feature in the next version.

> 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...

This seems like a good idea, and I don't think you would be the only one to have a use for it. I will take a look at the CoreApi...

I don't recall having seen something in the CoreAudioAPI that could let me code that, but I intend to take a closer look when I can. If possible, I will...

@Suncatcher I have started the fork [dev_v3.1_communicationDevice](https://github.com/frgnca/AudioDeviceCmdlets/tree/dev_v3.1_communicationDevice) for this enhancement request. Until then, it IS possible with the current version to get the processID/processName, volume level, and mute state of...

@Suncatcher How about with the file as it is now? Is the result the same with `$deviceIndex=1` I think it was giving you the informations about the second AudioDevice which...

@Suncatcher In fact, could you try the [dll from the dev branch](https://github.com/frgnca/AudioDeviceCmdlets/blob/dev_volume-mixer/AudioDeviceCmdlets.dll) and tell me what you think? `Get-AudioSession -List` Here's what it looks like at this point ![image](https://user-images.githubusercontent.com/22690304/38962562-e4a46a94-433b-11e8-9f71-3b6a2edd1701.png)

@Suncatcher > It shows wrong level, e.g. 38% on the screenshot, when in reality it's 21%. Also It shows Idle instead of system sounds. You're right. Those things have now...