52 Commits

Author SHA1 Message Date
Lysec 759454d2d5 fix(audio): sticky app-stream volume + subtitle line in panel 2026-04-03 12:00:33 +02:00
Lemmy 411a820f3c fix(audioservice): another Qt-11 warning fix 2026-04-02 11:15:04 -04:00
Lemmy c4b8b912f3 fix(audioservice): switch from PwNode to var for sink and source so it's nullable. 2026-04-02 09:35:01 -04:00
Lysec d4e7a8e967 fix(audio): stabilize input volume % via wpctl like default sink 2026-03-31 14:30:28 +02:00
Lysec 6b2c0fc9c4 fix(audio): scope stream volume overrides per media identity 2026-03-27 13:12:06 +01:00
ern775 2c09e9185f fix(audio): filter out intermediate stream nodes 2026-03-27 10:44:27 +03:00
Lemmy 2f456e749d fix(audioservice): repeater need an Item delegate. 2026-03-25 15:48:56 -04:00
Lysec b725f32e27 Revert "fix(audio): potential desync fix"
This reverts commit 76ad00596f.
2026-03-24 03:21:23 +01:00
Lysec 76ad00596f fix(audio): potential desync fix 2026-03-24 02:38:33 +01:00
Lysec c9eb6e69eb fix(audio): sync per-app volume overrides with PipeWire and new streams 2026-03-24 01:29:27 +01:00
Lysec c488b0d3e7 Revert "fix(AudioService): attempt to fix individual audio levels"
This reverts commit 0c79aedc25.
2026-03-24 01:14:50 +01:00
Lysec 0c79aedc25 fix(AudioService): attempt to fix individual audio levels 2026-03-24 00:27:25 +01:00
Lysec b724fbe0f5 Revert "fix(audio): attempt to fix per-app volume desync from stale overrides"
This reverts commit 46a533fd73.
2026-03-23 23:52:02 +01:00
Lysec 46a533fd73 fix(audio): attempt to fix per-app volume desync from stale overrides 2026-03-23 23:49:55 +01:00
shouya 222cf23636 play volume feedback when changing volume externally 2026-03-20 13:44:17 +09:00
Lemmy 1ed2e5762d chore(merge): bar autohide + hyprland fixes 2026-03-18 09:00:54 -04:00
nZo-sp 71568bd2a3 Added min/max events in audio service to notify subscribers when audio limit is reached 2026-03-17 17:54:28 +01:00
Lysec 46a3c7e2d4 Revert "fix(bar): defer update to next cycle"
This reverts commit 2fcd219c34.
2026-03-17 10:38:25 +01:00
Lysec 2fcd219c34 fix(bar): defer update to next cycle 2026-03-17 10:16:41 +01:00
Lemmy 5614c16ea3 chore(audioservice): minor cleanup 2026-03-16 19:43:29 -04:00
Lemmy 81586e7fa8 autofmt 2026-03-12 18:07:55 -04:00
Lysec 74e375e244 fix(audio): keep per-app volume across track changes and seeks
Issue: #2160
2026-03-12 22:20:37 +01:00
Lysec 75cc031cea Revert "fix(audio): persist per-app volume against app-side resets"
This reverts commit 9b3a97f7cc.
2026-03-12 15:38:35 +01:00
Lysec 9b3a97f7cc fix(audio): persist per-app volume against app-side resets
Closes: #2160
2026-03-12 15:25:37 +01:00
Lysec 5a0c13dd4c VolumesSubTab: add option to change volume change audio feedback sound 2026-02-25 13:19:38 +01:00
Lysec a6a4225a93 AudioService: use event driven update logic, fall back to wpctl for stale volume 2026-02-24 22:36:31 +01:00
Lemmy d678db7d52 autofmt 2026-02-21 22:08:16 -05:00
Lysec 1f84b3835b AudioService: add wpctl fallback for default sink volume/mute sync (#1911) 2026-02-21 13:54:33 +01:00
Lysec 981d79782b Revert "AudioPanel: display device icon in devices tab"
This reverts commit eaa5793399.
2026-02-11 14:01:35 +01:00
Lysec eaa5793399 AudioPanel: display device icon in devices tab 2026-02-11 13:58:56 +01:00
Lysec 131d0a0b53 AudioPanel: move audio stream logic to AudioService, filter 'quickshell' audio (#1645) 2026-02-01 12:41:14 +01:00
Lemmy e24582770e autofmt 2026-01-18 12:36:07 -05:00
kyle 01c892df2e feat(audio): implement volume feedback sound 2026-01-19 00:56:03 +11:00
Ly-sec 72263f198e AudioPanel: suppress OSD for multi monitor when changing volume 2025-11-27 13:19:32 +01:00
Ly-sec 778dce21c1 AudioPanel: suppress OSD when toggle mute/unmute to prevent overlapping 2025-11-27 09:34:00 +01:00
ItsLemmy 23d3eb642e AudioService + OSD: minor improvements
- Replace hardcoded value by epsilon property
- Dont send volume change if delta is below epsilon
2025-11-26 19:33:51 -05:00
ItsLemmy a188aa2e17 Autofmt + all missing transactions 2025-11-26 15:57:34 -05:00
Ly-sec 8419549183 AudioService: this might be it 2025-11-26 21:10:26 +01:00
Ly-sec e2854f2079 AudioService: possible fix? 2025-11-26 20:08:47 +01:00
Ly-sec f611e3a2c0 OSD: use volume-x(volume-3) for 0% volume 2025-11-26 15:07:19 +01:00
Ly-sec a44137f81f OSD: fix 0% volume icon 2025-11-26 14:53:31 +01:00
Ly-sec 3ef5e169e4 Brightness/VolumeWidget: fix visual issues (#875) 2025-11-26 12:40:18 +01:00
ItsLemmy a2e686bb21 AudioService: proper volume clamping 2025-11-25 19:59:06 -05:00
ItsLemmy 088431b20d Autoformatting + translations 2025-11-20 21:38:00 -05:00
Ly-sec 074da9069c OSD: add overdrive display
Volume/Microphone: allow overdrive, clamp to 100/150% max
AudioService: properly clamp to 100/150% (not only visually)
2025-11-19 23:27:42 +01:00
Ly-sec 0d478fc998 AudioService: rework 2025-11-17 13:54:58 +01:00
ItsLemmy 3ff5b7639f Switched to qmlformat. 2025-11-16 17:07:03 -05:00
Ly-sec faaf5b7464 AudioService: possible fix for misbehaviour 2025-11-14 22:33:37 +01:00
Ly-sec 4088c13eec AudioService: preserve input value (fixes 0% volume after suspend... hopefully)
autoformat
2025-11-14 13:27:54 +01:00
Ly-sec 6ae3a19e1e AudioService: properly filter outputs with no inputs
AudioCard & OSD: use said detection
2025-11-11 16:25:52 +01:00