summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects
Commit message (Expand)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* AudioEffectPitchShift: Fix distortion when pitch is 1.0Fabian S.2024-09-171-0/+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
* 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
* bugfix for audio stream generators getting killed accidentally by audio serverFabian Keller2023-09-101-4/+7
* Fix AudioEffectRecord circular referenceWilson E. Alvarez2023-06-192-26/+20
* Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
* 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
* | One Copyright Update to rule them allRémi Verschelde2023-01-0538-1102/+1102
|/
* 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
* 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-292-7/+7
* Change time parameters and variables to double typeDave Palais2022-09-262-8/+8
* Rename `str2var` to `str_to_var` and similarMicky2022-08-267-20/+20
* 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-2516-42/+44
|/
* Implement BPM supportreduz2022-07-232-2/+8
* Cleanup AudioEffectRecord thread_active variableMarcel Admiraal2022-06-172-5/+0
* Add suffixes to all nodes and resourcesFireForge2022-06-1112-42/+42
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* Replace most uses of Map by HashMapreduz2022-05-162-5/+5
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-024-19/+16
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-043-3/+3
* Remove last editor code dependencies in template buildRémi Verschelde2022-03-282-1/+9
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* Revert "PitchShift effect quality and performance tweaks for different pitch ...Rémi Verschelde2022-03-022-81/+56
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-162-4/+0
* Audio quality improvements in PitchShiftBartłomiej T. Listwon2022-02-112-56/+73
* Pass audio samples untouched for pitch_scale around 1.0fBartłomiej T. Listwon2022-02-111-0/+8
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-042-10/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-0338-76/+76
* Remove unimplemented methodsMarcel Admiraal2021-10-213-5/+0
* Merge pull request #52237 from ellenhp/polyphonyJuan Linietsky2021-09-072-0/+5
|\
| * Add polyphony to Audio Stream Player nodesEllen Poe2021-09-072-0/+5
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-0/+1
|/
* Require AudioStream::mix to return the number of frames successfully mixedEllen Poe2021-08-272-2/+3
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1