Re: Helper threads with lower priority?
Johannes Lorenz <[email protected]> Sat, 29 Jun 2019 20:32:32 +0200
| Newsgroups | gmane.comp.audio.jackit |
|---|---|
| Message-ID | <[email protected]> |
Thanks! > Yes, see http://jackaudio.org/api/group__ClientThreads.html > > libjack offers jack_client_create_thread(), which is useful for helper > threads. Where should our DAW call this function? From inside the jack callback, or from outside (e.g. by the `main()` thread)? Also, what should we pass for the "priority" argument? Probably the result of `jack_client_real_time_priority` for the already running realtime thread?