Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QAudioFormat sample rate
-
In the documentation it says that sampleRate() is the number of samples per second but it is per a single chanel or both in a two channel format?
-
Sample rate is "generally" expressed as the value for any single channel. The only difference the number of channels would make is as a multiplier of the amount of data you must process.