6.8.2 release?
-
What's happening with the release of Qt 6.8.2? The 6.8 release page gives a scheduled date of 1/23/25. It's now 1/29 and there's been neither a release nor an updated date posted.
-
See https://lists.qt-project.org/pipermail/development/2025-January/046034.html for the latest status
-
@richferrara should be release 2025-01-31:
https://bugreports.qt.io/projects/QTBUG/versions/21637 -
I'll add a third link to complete the list.
The Qt wiki has release information that are easier to dig up than Jira or the mailing list : https://wiki.qt.io/Qt_6.8_Release -
I am using a QAudioDevice to connect to Line In on my Windows 64 bit desktop. I am selecting 48 kHz 16 bit (mono or stereo). The code works OK using Qt 6.7.0, but reports that the audio format is not supported on Qt 6.8.2. I have all additional libraries installed, so I believe it should work. What am I missing? Thanks.
-
@dot-squiggle hi and welcome to devnet,
There might be a regression, can you check with 6.8.1 as well ?
-
Hello @SGaist , I am using the Qt Maintenance tool on Windows. I do not see Qt 6.8.1 as an option. Will I need to pull 6.8.1 from another location?
-
@SGaist Apolgies for the delay. I can confirm that 6.7.0 and 6.8.1 work for me, but 6.8.2 does not
Windows 11 64 bit Desktop
48 kHz, 16 bit Mono or Stereo
Qt QAudioDevice.isFormatSupported(QAudioFormat)
DesktopQt 6.8.1 llvm-mingw 64 bit YES supported OK
DesktopQt 6.8.2 llvm-mingw 64 bit NO not supported -
Then it looks like there might be a regression. Please open a ticket for that (if none already exists and if there's one, please add the details you found).