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.
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.