chrisguttandin / standardized-audio-context

A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.
MIT License
680 stars 33 forks source link

AudioWorklet support in Safari #1006

Open laurens-in opened 1 year ago

laurens-in commented 1 year ago

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.