sbooth / SFBAudioEngine

A powerhouse of audio functionality for macOS and iOS
https://sbooth.github.io/SFBAudioEngine/
MIT License
552 stars 87 forks source link

Fix a potential thread priority inversion #242

Closed sbooth closed 1 year ago

sbooth commented 1 year ago

Detected by thread performance checker:

Thread Performance Checker: Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a thread without a QoS class specified. Investigate ways to avoid priority inversions
sbooth commented 1 year ago

This actually doesn't fix the thread performance checker issue.