start device check timer

This commit is contained in:
Zach Pomerantz 2017-06-13 18:00:09 -04:00
parent ae81738f1f
commit 9017738a8d

View file

@ -184,6 +184,8 @@ AudioClient::AudioClient() :
checkDevices();
});
});
const unsigned long DEVICE_CHECK_INTERVAL_MSECS = 2 * 1000;
_checkDevicesTimer->start(DEVICE_CHECK_INTERVAL_MSECS);
configureReverb();