AudioSwitcher_v1
AudioSwitcher_v1 copied to clipboard
Suggestion: Enable the functionality for bluetooth audio devices
For Bluetooth audio devices:
- Add context menu in main UI to allow for connection/disconnection of audio device.
- In tray icon menu, if device disconnected and auto-connect not enabled then Update label of audio device to indicate connection required.
- Add configuration variable to show/hide disconnected audio devices from tray icon menu.
- Add configuration variable to allow for setting as default device when connected.
- 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
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