summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects/audio_effect_pitch_shift.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
* AudioEffectPitchShift: Fix distortion when pitch is 1.0Fabian S.2024-09-171-0/+5
* AudioEffectPitchShift: Actually fix -Wstringop-overflow warningRémi Verschelde2024-02-221-14/+3
* AudioEffectPitchShift: Prevent negative size memset (GCC warning)Rémi Verschelde2024-02-191-3/+5
* 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-051-29/+29
|/
* Revert "PitchShift effect quality and performance tweaks for different pitch ...Rémi Verschelde2022-03-021-61/+35
* Audio quality improvements in PitchShiftBartłomiej T. Listwon2022-02-111-35/+53
* Pass audio samples untouched for pitch_scale around 1.0fBartłomiej T. Listwon2022-02-111-0/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Rename the audio `FFT_Size` enum to `FFTSize` for consistencyHugo Locurcio2021-05-131-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-12/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+19
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-0/+3
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update some dead links in the codebaseMichael Alexsander Silva Dias2019-07-231-1/+1
* Make FFT size and oversampling adjustable for pitchshiftingMartin Dahlgren2019-06-031-2/+40
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Restrict set_pitch_scale to positive scales for AudioStreamPlayer*Chaosus2018-08-221-3/+3
* 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-18/+12
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-1/+35
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-2/+2
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-1/+1
* Fix msvc compile errorsanikoyes2017-02-071-1/+1
* Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa2017-01-241-8/+9
* Pretty high quality pitch Shifting effect using smbPitchShiftJuan Linietsky2017-01-231-0/+297