Merge branch 'master' into osx-app-build

This commit is contained in:
Charles J. Cliffe
2015-02-21 23:33:05 -05:00
13 changed files with 230 additions and 140 deletions
+2 -1
View File
@@ -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;