PR feedback

This commit is contained in:
Ken Cooke 2016-08-24 10:32:29 -07:00
parent b4d143fe13
commit c0caea1ffd

View file

@ -1373,6 +1373,7 @@ qint64 AudioClient::AudioOutputIODevice::readData(char * data, qint64 maxSize) {
return bytesWritten;
}
// now called from a background thread, to keep blocking operations off the audio thread
void AudioClient::checkDevices() {
QVector<QString> inputDevices = getDeviceNames(QAudio::AudioInput);
QVector<QString> outputDevices = getDeviceNames(QAudio::AudioOutput);