Documentation Spotlight: How to build an audio server plug-in and driver extension

DriverKit can help you build safe, secure drivers for hardware peripherals. If you’re interested in learning more about interfacing with audio devices, you can explore sample code that demonstrates an Audio Server plug-in built on top of a DriverKit Driver Extension.

Inside the sample, you’ll find C++ implementations of both the plug-in and driver, along with instructions on discovering, connecting to, and calling into the Driver Extension from the plug-in.

Building an Audio Server Plug-in and Driver Extension

Creating a Driver Using the DriverKit SDK