Post

Replies

Boosts

Views

Activity

Reply to SimpleAudioDriver sample, cannot install dext
Can you report it through Feedback Assistant?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Entitlements for a virtual audio driver including IOUserClient
AudioDriverKit currently does not support virtual audio devices and entitlements will not be granted for those types of audio drivers. You will need to use AudioServerPlugIn if you want to implement a virtual audio device, which does require a reboot, or at least needs to restart the coreaudiod process.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Entitlements for a virtual audio driver including IOUserClient
AudioServerPlugIn is not supported on iOS and is not supported in the App Store. You will need to have your app/driver use an installer, and that is the only option if you want to create virtual audio drivers.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Add icon to DEXT based on AudioDriverKit
Can you file a request using Feedback Assistant? And please post the FB number in this thread?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to io buffer sizes for audio driver based on IOUserAudioDevice
The IO buffer frame size that is called on the driver will be determined by the client process and what they configure their audio IO buffer size to use. A driver really shouldn't be in control of this and should be able to handle buffer sizes up to 4096 samples.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Save/Restore properties on reboot in audio driver based on AudioDriverKit
AudioDriverKit does not support that currently. You could create a custom user client connection to a daemon or agent to save/restore settings to their DEXT.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to AudioDriverKit IOUserAudioIOOperationWriteEnd avoid for input loopback
Please file a Feedback for this and post the FB number in the thread. Might be useful to grab a sysdiagnose and also capture a ktrace when this issue occurs.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Aug ’24