Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does one need a "Certificate" as well to build and use APO (Audio Processing Objects)? #1242

Open
karl-police opened this issue Nov 30, 2024 · 2 comments
Assignees
Labels

Comments

@karl-police
Copy link

karl-police commented Nov 30, 2024

I heard that if you want to create a driver e.g. test.sys and use it without restriction, it needs to be signed. I know that one can build driver and run in test mode, but that doesn't speak for me as a non-profit thing at all.

 

But what about APO? These COM things or whatever it is. Do custom APO also have to be signed or not?

Can someone please tell me?

@karl-police karl-police changed the title Does one need a "Certificate" as well to use APO Does one need a "Certificate" as well to use APO? Nov 30, 2024
@karl-police karl-police changed the title Does one need a "Certificate" as well to use APO? Does one need a "Certificate" as well to build and use APO (Audio Processing Objects)? Nov 30, 2024
@v-junyli
Copy link

v-junyli commented Dec 2, 2024

@microsoft/windowsaudio can you please take a look

@mvaneerde
Copy link
Member

Audio processing objects load in audiodg.exe which runs as a child process of the audiosrv service in session 0, and therefore need to be signed. If you're installing on a test system, test-signing is okay. If you're installing a production system they need to be production-signed; Microsoft will production-sign your driver for you if you submit it to Hardware Dev Center.

Test instructions here: https://github.com/microsoft/Windows-driver-samples/tree/main/audio/sysvad

Submission to Hardware Dev Center instructions here: https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/hardware-submission-create

More on signing drivers: https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/signing-a-driver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants