Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.0 Beta1
Description
Some of the QAudioDevice APIs are inadequate:
- we report min/max sampling rate, not the sampling rates that are actually supported.
- QAudioFormat specifies int8/16/32 and float. but there is no good way to specify 24bit integers, which could be encoded into a 3byte stream or a 4-byte streams (with lowest or highest byte being zero. one could very well argue that float32 should be the only format used internally inside Qt
Attachments
Issue Links
- covers
-
QTBUG-108681 QAudioDevice min/max sample rate API is inappropriate and also incorrect
- Closed