[LAD] Re: jack_is_realtime(client) issues
Fons Adriaensen <[email protected]> Sun, 24 Aug 2025 16:40:18 +0200
| Newsgroups | gmane.linux.audio.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Aug 24, 2025 at 04:15:37PM +0200, Hermann Meyer wrote:
> I need to run my own tests in order to check if real-time priority could be
> set by the user or not.
I use this:
int policy;
struct sched_param schedpar;
pthread_getschedparam (jack_client_thread_id (_jack_client), &policy, &schedpar);
Ciao,
--
FA
_______________________________________________
Linux-audio-dev mailing list -- linux-audio-dev-cunTk1MwBs/[email protected]
To unsubscribe send an email to linux-audio-dev-leave-cunTk1MwBs/[email protected]