frgnca / AudioDeviceCmdlets

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

Doesnt list Bluetooth Audio devices #7

Closed mkanet closed 6 years ago

cgrace70 commented 8 years ago

Anything to report on this? I just started using a Bluetooth speaker with my laptop. :)

cdhunt commented 8 years ago

I have no plans to implement this at the moment.

frgnca commented 6 years ago

@mkanet @cgrace70 could you confirm if you can now list bluetooth audio devices? I was able to list mine. They have to be connected, not just paired.

mkanet commented 6 years ago

@frgnca I dont have my development PC available. Could you please upload the latest pre-built dll to Github. I've been happy to try.

frgnca commented 6 years ago

@mkanet the latest pre-built dll should now be available on GitHub https://github.com/frgnca/AudioDeviceCmdlets/releases/download/v3.0/AudioDeviceCmdlets.dll

mkanet commented 6 years ago

@frgnca I can confirm I can list bluetooth audio devices using the latest dll. I can now control these bluetooth devices using your cmdlets. Thanks!!