I need to implement a solution through an API or custom driver to completely block out the built-in speakers and microphone of Mac, because I need other apps to use specified external devices as audio input and output. Is there a way to achieve this requirement? What I mean is that even in system preferences, it should not be possible to choose the built-in microphone and speakers; only my external device can be used.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have implemented the function of sending SCSI in the kernel extension (kext), use SendCommand() function
How should I achieve this function if I use DriverKit?