mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:09:52 +02:00
start device check timer
This commit is contained in:
parent
607379980e
commit
0e2976620d
1 changed files with 2 additions and 0 deletions
|
@ -228,6 +228,8 @@ AudioClient::AudioClient() :
|
||||||
checkDevices();
|
checkDevices();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
const unsigned long DEVICE_CHECK_INTERVAL_MSECS = 2 * 1000;
|
||||||
|
_checkDevicesTimer->start(DEVICE_CHECK_INTERVAL_MSECS);
|
||||||
|
|
||||||
|
|
||||||
configureReverb();
|
configureReverb();
|
||||||
|
|
Loading…
Reference in a new issue