Kooha icon indicating copy to clipboard operation
Kooha copied to clipboard

feat: allow choosing audio device

Open SeaDve opened this issue 2 years ago • 1 comments

Fixes #227

TODO

  • [ ] Save the last selected device on the settings
  • [ ] Properly handle if there is no default device (use a custom row that becomes No Devices, instead of adding None on the list)
  • [ ] Adjust volume
  • [ ] See current volume level (via a GtkLevelBar or something)

FIXME

  • [ ] Use GstDevice.display_name instead of our own
  • [ ] Use GstDevice.reconfigure_element instead of creating an element and getting its device property

SeaDve avatar Feb 17 '24 03:02 SeaDve

I think this will be hard to integrate with the current UI, without having https://github.com/SeaDve/Kooha/pull/264 first.

The future plan is to merge this PR to that PR.

SeaDve avatar Feb 17 '24 04:02 SeaDve