Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.15.2
-
-
4934cba18 (dev), 569f527fb (6.9), 3ec886e55 (6.8)
-
Multimedia wk 51-2
Description
I have a device (Focusrite Scarlett 18i8) configured for 176.4kHz (hardware-supported, support confirmed in ASIO-based applications) for which `QAudioDeviceInfo` does not report the 176.4kHz sample rate.
With MSVC:
- The list of supported sample rates is empty for the wasapi realm.
- The list of supported sample rates for the default realm version is a collection of rates between 8000 and 192000, but 176400 is not in that collection.
With MinGW (no wasapi support):
- The list of supported sample rates for the default realm is the same as above.
Note that Qt6 doesn't get it right either, but that's a separate bug report as it's a bit different.
Attachments
Issue Links
- covers
-
QTBUG-108681 QAudioDevice min/max sample rate API is inappropriate and also incorrect
- Closed
- relates to
-
QTBUG-108681 QAudioDevice min/max sample rate API is inappropriate and also incorrect
- Closed