thread/Slack: use std::chrono::duration
This commit is contained in:
@@ -410,7 +410,7 @@ AudioOutputControl::Task() noexcept
|
||||
"OutputThread could not get realtime scheduling, continuing anyway");
|
||||
}
|
||||
|
||||
SetThreadTimerSlackUS(100);
|
||||
SetThreadTimerSlack(std::chrono::microseconds(100));
|
||||
|
||||
std::unique_lock<Mutex> lock(mutex);
|
||||
|
||||
|
Reference in New Issue
Block a user