giada icon indicating copy to clipboard operation
giada copied to clipboard

Realtime scheduling for audio callback thread

Open monocasual opened this issue 9 years ago • 0 comments
trafficstars

With RtAudio's RTAUDIO_SCHEDULE_REALTIME flag.

If the RTAUDIO_SCHEDULE_REALTIME flag is set, RtAudio will attempt to select realtime scheduling (round-robin) for the callback thread. The priority parameter will only be used if the RTAUDIO_SCHEDULE_REALTIME flag is set. It defines the thread's realtime priority.

monocasual avatar Jan 05 '16 13:01 monocasual