summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects/audio_effect_pitch_shift.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* AudioEffectPitchShift: Actually fix -Wstringop-overflow warningRémi Verschelde2024-02-221-32/+18
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Revert "PitchShift effect quality and performance tweaks for different pitch ...Rémi Verschelde2022-03-021-20/+21
* Audio quality improvements in PitchShiftBartłomiej T. Listwon2022-02-111-21/+20
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename the audio `FFT_Size` enum to `FFTSize` for consistencyHugo Locurcio2021-05-131-5/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-5/+5
* Make FFT size and oversampling adjustable for pitchshiftingMartin Dahlgren2019-06-031-1/+21
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Restrict set_pitch_scale to positive scales for AudioStreamPlayer*Chaosus2018-08-221-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-31/+21
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+28
* Pretty high quality pitch Shifting effect using smbPitchShiftJuan Linietsky2017-01-231-0/+89