Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.2.2
-
None
-
MacBook Pro (M1, macOS 12.1)
-
d2a6d5815442b9ebe894a05fc3ddaa4a432ab8f4
Description
This is a super-minor formatting bug.
When outputting debug info on QAudioFormat, e.g.
auto device = new QMediaDevices(this); auto deviceInfo = device->defaultAudioOutput(); auto format = deviceInfo.preferredFormat(); qDebug() << format;
the output is incomplete, e.g.
QAudioFormat( 48000 Hz, 2 Channels, Float Format
Perhaps it's just a missing closing parenthesis or perhaps there's more info missing.