Simple Passthrough Example

This example demonstrates how to take advantage of Worker thread and FreeQueue in conjunction with AudioWorklet. FreeQueue is being used here to exchange data between AudioWorklet and Worker thread.

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