-
Notifications
You must be signed in to change notification settings - Fork 137
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
Is SAR still not workable with chromium audio sandbox :? #121
Comments
I didn't reproduced the problem, but I've retested it, I still cannot reproduce that issue with chrome 92. I use this:
I you play something else using a different player and while it is playing, try to:
|
I don't know how to debug the problem for you, can you show me how :? Thanks you <3 |
The way SAR is designed is largely obsolete. I can talk about this now: if you want to solve this problem, look in the 10.0.22000 Windows SDK headers The likely proximate cause here is that the Chrome audio sandbox uses |
In that case, maybe this can help:
This disables the signature check for APOs, so that unsigned APOs will be loaded. This also means that applications requiring a secure audio path may change their behaviour or refuse to output audio altogether. (source: https://sourceforge.net/p/equalizerapo/wiki/Developer%20documentation/) |
Let's keep this issue focused; I've created a new issue about Windows 10.0.22000 and |
I know we can turn audio sanbox off, but as I know, turn that off mean put you in a vulnerable position ( the vulnerability called CVE-2019-13720 ) :((((
The text was updated successfully, but these errors were encountered: