mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 22:33:34 +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();
|
||||
});
|
||||
});
|
||||
const unsigned long DEVICE_CHECK_INTERVAL_MSECS = 2 * 1000;
|
||||
_checkDevicesTimer->start(DEVICE_CHECK_INTERVAL_MSECS);
|
||||
|
||||
|
||||
configureReverb();
|
||||
|
|
Loading…
Reference in a new issue