summaryrefslogtreecommitdiffstats
path: root/scene/audio/audio_stream_player.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Add samples playback supportAdam Scott2024-06-181-0/+4
* Change AudioStreamPlayer autoplay and GLTFBufferView getters to be constAaron Franke2024-02-081-1/+6
* Add AudioStreamPlayerInternal to unify stream playerskobewi2024-01-171-24/+6
* Implement audio stream playback parameters.Juan Linietsky2024-01-161-0/+12
* Add a bus_renamed AudioServer signalMewPurPur2023-09-151-1/+2
* remove some dead declarations in audio_stream_player.hFabian Keller2023-09-091-5/+0
* Use StringName consistently to refer to the Master audio bus nameHugo Locurcio2023-08-071-1/+2
* Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-071-2/+6
* Do all audio mixing in the AudioServerEllen Poe2021-08-271-10/+3
* Initialize fadeout to false in AudioStreamPlayerEllen Poe2021-02-181-1/+1
* Modernize atomicsPedro J. Estébanez2021-02-181-5/+6
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-14/+14
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-201-1/+0
* Removed function to compute time, should not be that useful in practice.Juan Linietsky2019-04-271-4/+0
* Added functions to further improve music timingJuan Linietsky2019-04-271-0/+3
* Properly deal with clicking on audio stream change or stop (AudioStreamPlayer...Juan Linietsky2019-04-271-0/+6
* Revert "Fix AudioStreams::stop possibly causing a small noise"Juan Linietsky2019-04-271-2/+1
* Added generator audio stream, and spectrum analyzer audio effectJuan Linietsky2019-04-101-0/+3
* Fix AudioStreams::stop possibly causing a small noiseMarcelo Fernandez2019-02-171-1/+2
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+114