Kooha
Kooha copied to clipboard
feat: allow choosing audio device
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 addingNoneon the list) - [ ] Adjust volume
- [ ] See current volume level (via a
GtkLevelBaror something)
FIXME
- [ ] Use
GstDevice.display_nameinstead of our own - [ ] Use
GstDevice.reconfigure_elementinstead of creating an element and getting itsdeviceproperty
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.