Use this tag for questions about performing custom audio processing within Audio Worklets, which are part of the Web Audio API. You may want to tag [web-audio-api], too.
Audio Worklets are worklets (a “lightweight” version of a web-worker) for audio processing. They are part of the web-audio-api. Audio Worklets replace the deprecated scriptprocessor nodes which run on the browser’s main thread, often causing audio processing to be too slow.
For further information, see these articles and documentation links: