summaryrefslogtreecommitdiffstats
path: root/servers/audio
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-302-3/+3
|\|
| * Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doingThaddeus Crews2024-10-291-2/+2
| |\
| | * [macOS/iOS] Use hardware sampling rates for audio I/O.bruvzg2024-10-251-2/+2
| * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-2750-100/+100
* | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-242-0/+49
|\|
| * Merge pull request #86539 from stechyo/gdext/expose-audio-playback-methodsThaddeus Crews2024-10-242-0/+49
| |\
| | * Post-code review changes.stechyo2024-08-262-11/+25
| | * Expose some AudioStreamPlayback methods.stechyo2024-08-152-0/+35
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1150-0/+100
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-112-3/+3
|/ /
* | Merge pull request #93311 from dsnopek/gdextension-required-virtualsRémi Verschelde2024-09-274-10/+10
|\ \
| * | GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-114-10/+10
* | | Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-1/+1
|\ \ \
| * | | CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
* | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-252-0/+2
|/ / /
* / / AudioEffectPitchShift: Fix distortion when pitch is 1.0Fabian S.2024-09-171-0/+5
|/ /
* | Merge pull request #96572 from adamscott/fix-samples-leakRémi Verschelde2024-09-091-0/+1
|\ \
| * | Fix leak when using audio samples instead of streamsAdam Scott2024-09-041-0/+1
* | | Merge pull request #83536 from wareya/new_cubicRémi Verschelde2024-09-081-5/+5
|\ \ \ | |/ / |/| |
| * | Optimize cubic hermite algorithm in AudioStreamPlaybackResampledwareya2024-08-221-5/+5
* | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-5/+5
* | | WAV stream/importer: Improve compression/loop names and descriptionsDeeJayLSP2024-08-301-1/+1
* | | Honor `pitch_scale` value before playing audio sampleAdam Scott2024-08-201-0/+1
|/ /
* / Remove empty bind_methods()kobewi2024-08-152-11/+0
|/
* Fix audio samples not being able to be "finished"Adam Scott2024-07-171-1/+0
* Fix a bunch of orphan StringName errors at ProjectSettings/Editor exitYuri Rubinsky2024-07-091-0/+1
* Fix Web samples finished missing signalAdam Scott2024-07-071-0/+1
* Add samples playback supportAdam Scott2024-06-182-0/+75
* Automatically use property count in PropertyListHelperkobewi2024-05-251-1/+1
* 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-112-62/+19
* Add AudioEffectHardLimiter as a rework of audio limiter effectlandervr2024-03-252-0/+250
* AudioEffectPitchShift: Actually fix -Wstringop-overflow warningRémi Verschelde2024-02-222-46/+21
* AudioEffectPitchShift: Prevent negative size memset (GCC warning)Rémi Verschelde2024-02-191-3/+5
* Fix member names of `AudioFrame` to match extensionA Thousand Ships2024-02-1313-46/+46
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Implement audio stream playback parameters.Juan Linietsky2024-01-162-0/+44
* 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
* bugfix for audio stream generators getting killed accidentally by audio serverFabian Keller2023-09-101-4/+7
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-062-2/+0
* Simpler default values for AudioStreamRandomizerRedMser2023-08-021-2/+2
* Fix AudioEffectRecord circular referenceWilson E. Alvarez2023-06-192-26/+20
* Fix wait for thread not startedSamuele Panzeri2023-04-272-2/+6
* Fix crash caused by invalid mix_rate assignment due to bogusEoin O'Neill2023-04-251-1/+1