Hacker News new | ask | show | jobs
by klik99 2035 days ago
Anything that needs to create input/output devices for routing into other apps “in the box” requires kernel extensions. I’ve heard some hack together more real time guarantees for performance purposes (mac os has a habit of regressing on audio stream stability) but most people who need that guarantee will build on an open source os anyway.

CoreAudio is great, but since everyone just uses cross platform libraries will rarely be utilized to its fullest.

1 comments

Big Sur doesn't even support kernel extensions, so this sounds unlikely.
Quick google shows that subset of kexts still allowed. I updated to Big Sur last week and installed kernel extensions for exactly this reason.
You might be confusing this with the fact that Big Sur, on Apple Silicon, does not support x86 kernel extensions. It still supports them elsewhere, and it supports arm64 kernel extensions on Apple Silicon.