Skip to content

Commit 025df4e

Browse files
committed
appimage: bump Qt to 6.8.3 (trying to fix audio stutters)
1 parent 3a5409b commit 025df4e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/appimage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ jobs:
4040
4141
# jammy's Qt is 6.2, whose QSoundEffect rebuilds its GStreamer pipeline per
4242
# play and clips the attack. A newer Qt uses the self-contained FFmpeg
43-
# backend (no GStreamer element bundling) and a persistent audio sink.
43+
# backend (no GStreamer element bundling). Not older than 6.8: up to 6.7
44+
# QSoundEffect reopens its pulse stream per play and the prebuffer race
45+
# makes panel sounds stutter and cuts out the PSU noise loop.
4446
- name: Install Qt
4547
uses: jurplel/install-qt-action@v4
4648
with:
47-
version: '6.7.3'
49+
version: '6.8.3'
4850
modules: 'qtmultimedia'
4951
cache: true
5052

0 commit comments

Comments
 (0)