Commit graph

5 commits

Author SHA1 Message Date
trigg
062e8b102f - Fix an accidental unmute bug in audioassist
- Code cleanup
2024-07-08 16:20:52 +01:00
trigg
ce0c1aece3 - Store monitor by plug name
- - Index was inconsistent between different DEs
- - Index was inconsistent when matching monitor models existed
- - Plugname is only inconsistent when switching DEs
- Bugfix for notification overlay
2024-07-08 15:37:57 +01:00
trigg
d2bacffff0 - Fix a settings crash where user has no monitors for a moment
- Fix audio assist going out of sync with discord state
- Fixes #330
2024-04-14 20:23:03 +01:00
trigg
29f8c7476c - Catch errors when audio assist can't reach PA/PW
- Attempt to use GTK icon theme for local images, fallback to image search
- Error message & fallback icon when settings icons not found
- Fix notification overlay
- All overlays check if config changed before scheduling a redraw
- - Lowers flicker rate of overlay when editing config
- ran formatter
- probable fix for #288
- probable fix for #287
2024-03-25 17:37:51 +00:00
trigg
6d92d0f79f - Pipewire and Pulseaudio integration
- Opt in Core > Integrate
- When microphone is muted or 0% set client to show muted
- When output is muted or 0% set client to show deafened
- Subscribe to client 'voice_settings_update' events to see when mic/output are changed
- Cleaner quit on Ctrl-C
-Fixes #327
2024-03-25 00:52:20 +00:00