start device check timer

This commit is contained in:
Zach Pomerantz 2017-06-13 18:00:09 -04:00
parent 607379980e
commit 0e2976620d

View file

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