godot/platform/javascript/native
Fabio Alessandrelli f39b46f7c1 [HTML5] Fix audio buffer size and latency hint.
The size of the audio buffer was incorrectly doubled when creating the
script processor.
latencyHint is expressed in seconds, not milliseconds.
Additionally, on some browsers it actually affect the performance and
stability of the audio driver.
For this reason it has been completely disabled (interactive) and a not
has been left for future reference.
2020-11-06 15:38:08 +01:00
..
http_request.js [HTML5] Refactor JS, threads support, closures. 2020-06-18 09:21:14 +02:00
id_handler.js [HTML5] Refactor JS, threads support, closures. 2020-06-18 09:21:14 +02:00
library_godot_audio.js [HTML5] Fix audio buffer size and latency hint. 2020-11-06 15:38:08 +01:00
utils.js [HTML5] Close IDBFS database on exit. 2020-10-14 11:18:41 +02:00