AudioSwitcher_v1 icon indicating copy to clipboard operation
AudioSwitcher_v1 copied to clipboard

Suggestion: Enable the functionality for bluetooth audio devices

Open priestofpsi opened this issue 9 years ago • 1 comments

For Bluetooth audio devices:

  1. Add context menu in main UI to allow for connection/disconnection of audio device.
  2. In tray icon menu, if device disconnected and auto-connect not enabled then Update label of audio device to indicate connection required.
  3. Add configuration variable to show/hide disconnected audio devices from tray icon menu.
  4. Add configuration variable to allow for setting as default device when connected.
  5. Add configuration variable that allows how bluetooth devices are handled, using the below possible options as a guide line.

Possible Options

  • Manual/None
  • Auto Connect
  • Show Dialog

References: Bluetooth Functions

priestofpsi avatar Mar 08 '16 17:03 priestofpsi

Not quite as easy as it appears on the surface.

Looks like it will require work between the bluetooth/device management api and the coreaudio/device topology api.

This functionality probably belongs in the api to begin with.

https://github.com/xenolightning/AudioSwitcher

It's not on the radar for feature implementation.

Will raise a feature request in the api and mark it up for grabs. Someone may implement it at a later date

xenolightning avatar Mar 08 '16 20:03 xenolightning