promote_current_thread_to_real_time(8192, 48000) fails on Mac Intel platform with AudioThreadPriorityError: thread promotion error: thread_policy_set: time_constraint
The other values in tests::it_works do not throw
The return value of thread_policy_set yields [src/rt_mach.rs:152:9] &rv = 4
I can test on the M1 platform later, if desired.
promote_current_thread_to_real_time(8192, 48000)fails on Mac Intel platform withAudioThreadPriorityError: thread promotion error: thread_policy_set: time_constraintThe other values in tests::it_works do not throw
The return value of
thread_policy_setyields[src/rt_mach.rs:152:9] &rv = 4I can test on the M1 platform later, if desired.