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

AudioWorklet support in Safari #1006

Open
laurens-in opened this issue Sep 4, 2023 · 0 comments
Open

AudioWorklet support in Safari #1006

laurens-in opened this issue Sep 4, 2023 · 0 comments

Comments

@laurens-in
Copy link

The AudioWorklet is accessible as a property of an AudioContext or OfflineAudioContext. It uses the ScriptProcessorNode internally to create an AudioWorkletProcessor in Safari. This means it will only provide the performance improvements that you would normally expect from using an AudioWorklet in Chrome, Edge and Firefox.

I was wondering if this is still the case or if the README is not up to date, AudioWorklets should be supported by Safari since 2021. Could be that I'm missing something - have not tried using them in Safari - but was just wondering.

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

No branches or pull requests

1 participant