summaryrefslogtreecommitdiffstats
path: root/servers/audio_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-27/+46
|\
| * Merge pull request #98131 from KeyboardDanni/remove_playback_fadeinThaddeus Crews2024-11-051-27/+46
| |\
| | * Add some more comments to AudioServer and remove playback fade-inDanni2024-11-051-27/+46
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+5
|\| |
| * | Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doingThaddeus Crews2024-10-291-0/+5
| |\ \
| | * | [macOS/iOS] Use hardware sampling rates for audio I/O.bruvzg2024-10-251-0/+5
| | |/
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Add `AudioServer.get_driver_name()` to get the actual audio driver nameHugo Locurcio2024-10-221-0/+6
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fixed _stop() not being called when stop() is calledBigPotatoAss2024-10-021-0/+2
* [Editor,Servers]: Minor optimizationsStuart Carnie2024-09-121-1/+1
* Fix leak when using audio samples instead of streamsAdam Scott2024-09-041-12/+36
* Merge pull request #94808 from RandomShaper/aud_srv_cod_styRémi Verschelde2024-08-281-6/+12
|\
| * AudioServer: Fix code style issuesPedro J. Estébanez2024-07-261-6/+12
* | Merge pull request #95197 from yahkr/95128-audio-fixRémi Verschelde2024-08-161-0/+11
|\ \ | |/ |/|
| * Fix AudioStreamPlayer get_playback_position() for web buildYahkub-R2024-08-081-0/+11
* | Fix audio samples not being able to be "finished"Adam Scott2024-07-171-0/+12
|/
* Add samples playback supportAdam Scott2024-06-181-3/+146
* Add shorthand for using singleton string nameskobewi2024-05-111-3/+3
* Merge pull request #86777 from Mickeon/autocomplete-classdbRémi Verschelde2024-03-011-0/+13
|\
| * Add autocompletion for ClassDB & AudioServerMicky2024-02-291-0/+13
* | Fix member names of `AudioFrame` to match extensionA Thousand Ships2024-02-131-15/+15
* | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* | Fix data race regarding `prof_time` in `AudioDriver` and `AudioServer`jsjtxietian2024-02-061-3/+3
* | Merge pull request #86581 from MJacred/optimize/audio_serverRémi Verschelde2024-01-261-4/+18
|\ \
| * | Optimize AudioServer::_driver_process()MJacred2024-01-261-4/+18
* | | Add const lvalue ref to container parametersMuller-Castro2024-01-051-4/+4
| |/ |/|
* | Merge pull request #84800 from gshadows/fix_options_rangeRémi Verschelde2024-01-031-2/+4
|\ \
| * | Fix unlimited project option ranges that could cause crashes.G-Shadow2023-12-221-2/+4
| |/
* / Fix AudioServer::start_playback_stream does not iterate through given p_bus_v...MJacred2023-12-281-0/+1
|/
* [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-251-3/+3
* Add a bus_renamed AudioServer signalMewPurPur2023-09-151-4/+7
* Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-171-2/+0
* Use StringName consistently to refer to the Master audio bus nameHugo Locurcio2023-08-071-3/+4
* Fix crash caused by invalid mix_rate assignment due to bogusEoin O'Neill2023-04-251-0/+14
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-091-3/+4
* Audio rename (device, capture_device) -> (output_device, input_device)souplamp2023-01-311-25/+25
* Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-2/+1
|\
| * Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-2/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Remove redundant nullptr check before deleteQuentin Guidée2022-12-171-6/+2
|/
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-3/+3
* Replace Array return types with TypedArraykobewi2022-08-221-6/+6
* Rename AudioStreamSample to a more discoverable nameDeeJayLSP2022-07-281-1/+1
* Implement BPM supportreduz2022-07-231-0/+14
* Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-20/+0