Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.6.0
-
None
-
3c5bbb0dac7bed3199ddddc88c0175d5a2ac1036
Description
QAudioDeviceInfo::defaultOutputDevice() and defaultInputDevice() don't actually return the default devices, but simply the first device in the list of available devices.
Several plugins have an implementation to return the actual system's default device, but that's never actually used by QAudioDeviceInfo.
QAudioSystemPlugin doesn't even have virtual functions to retrieve the default devices.