godot/platform/javascript/js/libs
Fabio Alessandrelli 2024200182 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.
Performances are not great in general, bad on Firefox, on Chrome, well,
it's an improvement compared to the way they broke ScriptProcessorNode.

I'm actually surprised this works, it involves so many allocations, but
there's no way around it when SharedArrayBuffer is not available :(.
2021-09-20 14:53:27 +02:00
..
audio.worklet.js [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 2021-09-20 14:53:27 +02:00
library_godot_audio.js [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 2021-09-20 14:53:27 +02:00
library_godot_display.js [HTML5] Fix some JS library signature. 2021-06-17 12:47:54 +02:00
library_godot_fetch.js [HTML5] Fix some JS library signature. 2021-06-17 12:47:54 +02:00
library_godot_javascript_singleton.js [HTML5] Fix some JS library signature. 2021-06-17 12:47:54 +02:00
library_godot_os.js Update Godot Javascript FS library to manually depend on ERRNO_CODES. 2021-08-18 23:20:34 +02:00
library_godot_runtime.js [HTML5] Rename heapCopy to heapSlice. 2021-03-05 17:32:17 +01:00