AudioDeviceCmdlets icon indicating copy to clipboard operation
AudioDeviceCmdlets copied to clipboard

AudioDeviceCmdlets is a suite of PowerShell Cmdlets to control audio devices on Windows

Results 34 AudioDeviceCmdlets issues
Sort by recently updated
recently updated
newest added

In the old sounds control panel there is a communication tab that lets you configure Windows reducing the volume of other sources if it detects a "communication" source playing. It...

First of all, I have to thank you for your work on this cmdlet. I have been using it and I love it. One thing I found that Windows likes...

enhancement

Hello, this is a higly confusing topic so i try my best to write it as clearly as possible. When you open "Sound" (mmsys.cpl) you have the possibility to disable...

If the disabled/disconnected devices are not enumerated, the Indexes will be different to what some other program provides and this causes discrepancy. Thanks for reading and I hope you consider...

When Set-AudioDevice or Get-AudioDevice is called either with invalid Index number of device ID, the fuctions return a visible error and nothing else. Not even a $null value as a...

enhancement

Should be able to support ~~Get-AudioDevice -List -ShowDisabled~~ ```` Get-AudioDevice -ID (ID of a disabled device) Get-AudioDevice -Index (Index of a disabled device) ```` Should also add new attribut Enabled...

enhancement

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

enhancement

Hi, I'm wondering whether it would be possible to enable functionality for changing a playback device of a specific recording device that is being listened to (In Win 10 this...

enhancement

Does your cmdlet support getting info about apps that are currently active (=playing) in Windows Volume Mixer [like this](https://stackoverflow.com/questions/21200825/getting-individual-windows-application-current-volume-output-level-as-visualized)? I wanna list them and get info about their volume levels.

enhancement

Is it possible to add the cmdlet to return the device name of the disabled audio device ? Currently if we execute 'Get-AudioDevice -Playback' after disabling the audio device we...

enhancement