summaryrefslogtreecommitdiffstats
path: root/platform/web/audio_driver_web.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Honor `pitch_scale` value before playing audio sampleAdam Scott2024-08-201-0/+1
* Merge pull request #95197 from yahkr/95128-audio-fixRémi Verschelde2024-08-161-0/+5
|\
| * Fix AudioStreamPlayer get_playback_position() for web buildYahkub-R2024-08-081-0/+5
* | Fix audio samples not being able to be "finished"Adam Scott2024-07-171-13/+1
* | Fix Web samples finished missing signalAdam Scott2024-07-071-0/+32
|/
* Add samples playback supportAdam Scott2024-06-181-0/+176
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-0/+52
* Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-171-1/+1
* Fix crash caused by invalid mix_rate assignment due to bogusEoin O'Neill2023-04-251-1/+1
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-091-4/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-46/+0
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-0/+293