summaryrefslogtreecommitdiffstats
path: root/servers/audio_server.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix crash in AudioServer when switching audio devices with different audio ch...Bartłomiej T. Listwon2022-04-011-0/+1
* Expose `AudioServer.capture_device` as a propertyHugo Locurcio2022-02-171-0/+4
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-2/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add a shader warning when the uniform buffer limit is exceededYuri Roubinsky2022-01-031-1/+1
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-3/+3
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-8/+8
* fix potential memory leak of AudioStreamPlaybackBusDetails in AudioServer::st...Mark Riedesel2021-10-181-2/+4
* Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playbackDouglas Leão2021-10-101-3/+3
* [HTML5] Use browser mix rate by default on the Web.Fabio Alessandrelli2021-09-151-0/+1
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-071-44/+44
* Do all audio mixing in the AudioServerEllen Poe2021-08-271-34/+458
* Invert how `global_rate_scale` value works, and rename it to `playback_speed_...Michael Alexsander2021-08-071-8/+8
* Optimize StringName usagereduz2021-07-181-5/+5
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Fix some warnings raised by GCC-11.1jfons2021-05-251-0/+3
* Fix AudioServer Crash when bus count equals 0Maganty Rushyendra2021-04-241-0/+1
* Reorganize Project Settingsreduz2021-02-181-9/+9
* Make audio bus channels' peak volume consistentPedro J. Estébanez2021-02-021-1/+2
* Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDri...Sean LaPlante2021-01-161-5/+12
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #43333 from YeldhamDev/global_rate_scale_minRémi Verschelde2020-11-101-0/+2
|\
| * Disallow setting the AudioServer's 'global_rate_scale' to a value equal or in...Michael Alexsander2020-11-051-0/+2
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Add default 50ms output_latency web override.Fabio Alessandrelli2020-07-011-0/+1
* Move mix_rate, ouput_latency to AudioDriverManagerFabio Alessandrelli2020-05-181-0/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-24/+46
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-106/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-7/+14
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Remove the audio memory allocator, use regular one instead.Juan Linietsky2020-03-271-43/+0
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-2/+4
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-10/+9
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-4/+4
* Workaround WebM playback bug after AudioServer latency fixesRémi Verschelde2020-02-071-6/+2
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Revert "Exposes capture methods to AudioServer + documentation" #30468Rémi Verschelde2020-01-201-50/+15
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix to make sure the capture buffers are deallocated at shutdown. Silences wa...Saracen2019-10-111-0/+1
* Expose audio callbacks as signals.Saracen2019-07-161-0/+6
* Exposes capture methods to AudioServer, variable renames for consistency,Saracen2019-07-151-15/+43
* Add 'global_rate_scale' to the AudioServerMichael Alexsander Silva Dias2019-06-191-0/+17
* Added functions to further improve music timingJuan Linietsky2019-04-271-0/+11
* Clean up latency related functionsJuan Linietsky2019-04-271-16/+15
* Added generator audio stream, and spectrum analyzer audio effectJuan Linietsky2019-04-101-0/+10
* Allow default audio bus layout modificationlupoDharkael2019-04-051-2/+4
* Fix #25639 by not shifting a negative value.marxin2019-03-051-2/+4
* Fix possible crash on AudioDriver::input_buffer_writeMarcelo Fernandez2019-03-021-6/+12