mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
PR feedback
This commit is contained in:
parent
b4d143fe13
commit
c0caea1ffd
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue