godot/platform/javascript/export
Fabio Alessandrelli 6d939b72f0 [HTML5] AudioWorkletAPI implementation.
Rewrote AudioDriverJavaScript to support multiple processor nodes.
The old (and deprecated) ScriptProcessorNode when threads are not
available, and the new AudioWorklet API when threads are enabled.

The new implementation uses two ring buffers and a shared state to
communicated with the AudioWorklet thread.

The audio.worklet.js JavaScript file is always added to the export
template, but only really used (and download) in the thread build.
2020-11-10 11:05:15 +01:00
..
export.cpp [HTML5] AudioWorkletAPI implementation. 2020-11-10 11:05:15 +01:00
export.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00