summaryrefslogtreecommitdiffstats
path: root/servers/audio_server.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix -Wsign-compare warnings.marxin2019-02-271-2/+2
* Fix typos with codespellRémi Verschelde2019-02-131-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #24324 from volzhs/access-micRémi Verschelde2018-12-141-0/+1
|\
| * Request mic access only when is neededvolzhs2018-12-141-0/+1
* | Merge pull request #22910 from marcelofg55/nothreads_recRémi Verschelde2018-12-131-0/+24
|\ \ | |/ |/|
| * Fix AudioEffectRecord not working without thread supportMarcelo Fernandez2018-12-121-0/+24
* | Fix EditorAudioBuses not updating when changing to a device with different ch...Marcelo Fernandez2018-12-111-0/+8
* | Ability to remove buses while they are being used on 2D and 3D stream players...Juan Linietsky2018-11-131-0/+8
* | Use `ResourceLoader::exists` to check for default audio bus layoutmerumelu2018-11-121-1/+1
* | Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde2018-10-251-0/+1
|\ \
| * | Add some limits on the Editor SettingsSuperwaitsum2018-10-241-0/+1
* | | Fix possible audio input buffer issuesMarcelo Fernandez2018-10-201-0/+8
| |/ |/|