1 parent 3a5409b commit 025df4eCopy full SHA for 025df4e
1 file changed
.github/workflows/appimage.yml
@@ -40,11 +40,13 @@ jobs:
40
41
# jammy's Qt is 6.2, whose QSoundEffect rebuilds its GStreamer pipeline per
42
# play and clips the attack. A newer Qt uses the self-contained FFmpeg
43
- # backend (no GStreamer element bundling) and a persistent audio sink.
+ # 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.
46
- name: Install Qt
47
uses: jurplel/install-qt-action@v4
48
with:
- version: '6.7.3'
49
+ version: '6.8.3'
50
modules: 'qtmultimedia'
51
cache: true
52
0 commit comments