← Back to release summary

[WebAudio] AudioWorklet

Category
Multimedia
Type
New or changed feature
Status
Enabled by default (Chrome 66)
Intent stage
Shipped

Summary

The AudioWorklet allows developers to supply JavaScript to process audio on the audio rendering thread. This processing mechanism ensures the synchronous execution of the author code with other built-in AudioNodes in the audio graph. The AudioWorklet is designed to replace ScriptProcessorNode. ScriptProcessorNode will be deprecated once AudioWorklet is shipped.

Standards & signals

Docs: https://developers.google.com/web/updates/2017/12/audio-worklet, https://developers.google.com/web/updates/2018/06/audio-worklet-design-pattern

Samples: https://googlechromelabs.github.io/web-audio-samples/audio-worklet/

View on chromestatus.com