File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments