AudioWorklet, SharedArrayBuffer, and Worker

This example demonstrates how to take advantage of Worker thread and SharedArrayBuffer in conjunction with AudioWorklet. This pattern is useful when bringing legacy audio application written in C/C++ into the web platform.

See Chrome Developers Article: Audio Worklet Design Pattern for more details.