godot/platform/javascript/native
Fabio Alessandrelli a618535628 [HTML5] Run Audio process in thread when available
This should fix some of the audio stuttering issues when the HTML5
export is compiled with threads support.
The API should be ported to AudioWorklet to (hopefully) be perfect.
That though, cannot be backported to 3.2 due to extra restriction of
AudioWorklet (which only runs in SecureContext, and needs a polyfill for
Safari).
2020-10-02 14:28:20 +02:00
..
http_request.js Fix Closure compiler build, python style. 2020-05-10 18:22:48 +02:00
id_handler.js Fix Closure compiler build, python style. 2020-05-10 18:22:48 +02:00
library_godot_audio.js [HTML5] Run Audio process in thread when available 2020-10-02 14:28:20 +02:00
utils.js JS synchronous start, better persistent FS sync. 2020-09-23 09:51:06 +02:00