summaryrefslogtreecommitdiffstats
path: root/servers/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make solving project setting errors easierRedMser2023-03-271-1/+1
* Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scaleRémi Verschelde2023-02-171-1/+1
|\
| * Fix Editor hanging if audiostream's pitch_scale is NaNstmSi2022-12-241-1/+1
* | Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-093-20/+21
* | One Copyright Update to rule them allRémi Verschelde2023-01-0548-1392/+1392
|/
* Add optional arguments to AudioStreamRandomizerMrBlockers2022-12-202-4/+4
* Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-122-3/+3
|\
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-122-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-302-25/+12
* AudioEffectDistorion docs & inspector editsM-O-Marmalade2022-11-221-2/+2
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-023-6/+6
* Simplify GDVIRTUAL_CALL callskobewi2022-10-192-43/+23
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-8/+0
* Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-293-11/+11
* Change time parameters and variables to double typeDave Palais2022-09-264-38/+38
* Rename `str2var` to `str_to_var` and similarMicky2022-08-268-21/+21
* Merge pull request #64607 from RandomShaper/safe_audio_threadingRémi Verschelde2022-08-252-13/+12
|\
| * Make audio thread control flags safePedro J. Estébanez2022-08-192-13/+12
* | Rename properties unnecessarily using slash (`/`) in their namesRémi Verschelde2022-08-232-47/+33
* | Make `_validate_property` a multilevel methodYuri Sizov2022-08-225-18/+18
|/
* Merge pull request #60957 from DeeJayLSP/sample_pcmRémi Verschelde2022-07-282-15/+15
|\
| * Rename AudioStreamSample to a more discoverable nameDeeJayLSP2022-07-282-15/+15
* | Code quality: Fix header guards consistencyRémi Verschelde2022-07-2518-46/+48
|/
* Implement BPM supportreduz2022-07-234-20/+129
* 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
* | Merge pull request #62122 from reduz/implement-movie-writerRémi Verschelde2022-06-212-14/+75
|\ \
| * | Implement Running Godot as Movie Writerreduz2022-06-212-14/+75