In Qt 5.15, QAudioInput::supportedSampleRates()
would return a list of sample rates that the device supported.
In Qt 6.4.1, QAudioSource
doesn't seem to have an equivalent method.
How can I get the list of supported sample rates for a given audio source device in Qt 6.4.1?