summaryrefslogtreecommitdiffstats
path: root/servers/audio/audio_stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\|
| * [macOS/iOS] Use hardware sampling rates for audio I/O.bruvzg2024-10-251-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+43
|\|
| * Merge pull request #86539 from stechyo/gdext/expose-audio-playback-methodsThaddeus Crews2024-10-241-0/+43
| |\
| | * Post-code review changes.stechyo2024-08-261-10/+22
| | * Expose some AudioStreamPlayback methods.stechyo2024-08-151-0/+31
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-111-3/+3
* | Optimize cubic hermite algorithm in AudioStreamPlaybackResampledwareya2024-08-221-5/+5
* | Remove empty bind_methods()kobewi2024-08-151-6/+0
|/
* 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
|\