summaryrefslogtreecommitdiffstats
path: root/servers/audio/audio_stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix a bunch of orphan StringName errors at ProjectSettings/Editor exitYuri Rubinsky2024-07-091-0/+1
* Add samples playback supportAdam Scott2024-06-181-0/+27
* Use Core/Scene stringnames consistentlykobewi2024-05-131-5/+5
* Fix PropertyListHelper::_get_property returning a valid value even if an inde...Gilles Roudière2024-05-101-0/+1
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Add PropertyListHelper in all simple caseskobewi2024-04-111-58/+9
* Implement audio stream playback parameters.Juan Linietsky2024-01-161-0/+25
* Fix AudioStreamRandomizer.random_volume_offset_db not workingjsjtxietian2023-10-141-1/+5
* Tweak property order in the inspector for AudioStreamRandomizerHugo Locurcio2023-09-271-2/+2
* Make solving project setting errors easierRedMser2023-03-271-1/+1
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-091-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add optional arguments to AudioStreamRandomizerMrBlockers2022-12-201-3/+3
* Remove warning when playing random no-repeat sound with only 1 sound in poolHugo Locurcio2022-12-091-1/+2
* Simplify GDVIRTUAL_REQUIRED_CALL callskobewi2022-11-301-18/+9
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-38/+20
* Change time parameters and variables to double typeDave Palais2022-09-261-14/+14
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Implement BPM supportreduz2022-07-231-12/+84
* Fix some properties having an invalid float step of `0`Hugo Locurcio2022-07-101-1/+1
* Merge pull request #55846 from ellenhp/fix_ogg_edge_casesRémi Verschelde2022-06-221-16/+13
|\
| * Fix ogg edge casesEllen Poe2022-04-171-16/+13
* | Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* | use ERR_FAIL_INDEX when preferredNathan Franke2022-05-251-12/+9
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-4/+1
|/
* Discern between virtual and abstract class bindingsreduz2022-03-101-4/+28
* Add missing binding to AudioStream classEoin O'Neill2022-02-221-0/+1
* Add AudioStreamRandomizer, replacing AudioStreamRandomPitchEllen Poe2022-02-091-49/+321
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-071-0/+22
* Require AudioStream::mix to return the number of frames successfully mixedEllen Poe2021-08-271-10/+35
* Implement NativeExtension pointer argumentsreduz2021-08-231-0/+84
* Invert how `global_rate_scale` value works, and rename it to `playback_speed_...Michael Alexsander2021-08-071-2/+2
* Fix Godot's cubic resampling algorithmEllen Poe2021-07-301-4/+4
* Revert "Implement a new resampling algorithm in AudioStreamPlaybackResampled"Ellen Poe2021-07-301-9/+9
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Merge pull request #46086 from ellenhp/new_resamplingRémi Verschelde2021-02-191-9/+9
|\
| * Implement a new resampling algorithm in AudioStreamPlaybackResampledEllen Poe2021-02-151-9/+9
* | Reorganize Project Settingsreduz2021-02-181-1/+1
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-13/+0
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* doc: Complete documentation for VideoStreamsRémi Verschelde2020-01-261-0/+1
* Revert "Exposes capture methods to AudioServer + documentation" #30468Rémi Verschelde2020-01-201-21/+21