mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-03 06:24:49 -04:00
Merge branch 'master' into osx-app-build
This commit is contained in:
@@ -336,8 +336,9 @@ void AudioThread::setupDevice(int deviceId) {
|
||||
if (deviceController.find(outputDevice.load()) != deviceController.end()) {
|
||||
deviceController[outputDevice.load()]->removeThread(this);
|
||||
}
|
||||
|
||||
#ifndef _MSC_VER
|
||||
opts.priority = sched_get_priority_max(SCHED_FIFO);
|
||||
#endif
|
||||
// opts.flags = RTAUDIO_MINIMIZE_LATENCY;
|
||||
opts.flags = RTAUDIO_SCHEDULE_REALTIME;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user