Skip to content

Commit 98ef646

Browse files
committed
appimage: bump Qt to 6.11.1 (fix remaining audio stutters and gaps)
1 parent 3a5409b commit 98ef646

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/appimage.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ 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). Keep at 6.11+: older QSoundEffect
44+
# reopens its pulse stream per play, which stutters panel sounds and cuts
45+
# out the PSU noise loop (verified <= 6.7), or leaves an audible gap on the
46+
# PSU loop -> stop-sample handoff (verified 6.8; 6.9/6.10 untested); 6.11
47+
# keeps one persistent stream. Binary baseline: RHEL 9.6 / glibc 2.34.
4448
- name: Install Qt
4549
uses: jurplel/install-qt-action@v4
4650
with:
47-
version: '6.7.3'
51+
version: '6.11.1'
4852
modules: 'qtmultimedia'
4953
cache: true
5054

0 commit comments

Comments
 (0)