summaryrefslogtreecommitdiff
path: root/platform/javascript/godot_audio.h
AgeCommit message (Expand)Author
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-15[HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.Fabio Alessandrelli
2021-09-15[HTML5] Use browser mix rate by default on the Web.Fabio Alessandrelli
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09[HTML5] Fix errors when Mic is not allowed.Fabio Alessandrelli
2020-12-04[HTML5] Add function signatures to JS libraries.Fabio Alessandrelli
2020-11-10[HTML5] AudioWorklet API implementation.Fabio Alessandrelli
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-10-02[HTML5] Run Audio process in thread when availableFabio Alessandrelli