Post

Replies

Boosts

Views

Activity

Reply to AudioDriverKit example code Open User Client failure
For those of you looking at this with the same problem, the answer was to add: <key>com.apple.security.temporary-exception.iokit-user-client-class</key> <array> <string>IOUserUserClient</string> </array> to the application's entitlement file. Apple is still trying to figure out why the example code didn't work "out-of-the-box". Thanks!
Topic: Media Technologies SubTopic: Audio Tags:
Jul ’22
Reply to Add icon to DEXT based on AudioDriverKit
The IOUserAudioDevice::SetTransportType() function is what generally sets that icon for your device.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to AudioDriverKit example code Open User Client failure
For those of you looking at this with the same problem, the answer was to add: <key>com.apple.security.temporary-exception.iokit-user-client-class</key> <array> <string>IOUserUserClient</string> </array> to the application's entitlement file. Apple is still trying to figure out why the example code didn't work "out-of-the-box". Thanks!
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Jul ’22