This commit is contained in:
amer cerkic 2019-11-21 15:52:56 -08:00
parent 4f009d884f
commit 87afa636a2

View file

@ -160,7 +160,7 @@ void AudioClient::checkDevices() {
auto outputDevices = getAvailableDevices(QAudio::AudioOutput, hmdOutputName);
static const QMetaMethod devicesChangedSig= QMetaMethod::fromSignal(&AudioClient::devicesChanged);
//only emit once the scripting interface has connecte to the signal
//only emit once the scripting interface has connected to the signal
if (isSignalConnected(devicesChangedSig)) {
Lock lock(_deviceMutex);
if (inputDevices != _inputDevices) {