AudioEffectPitchShift

    Adds a pitch-shifting audio effect to an Audio bus.

    Allows modulation of pitch independently of tempo. All frequencies can be increased/decreased with minimal effect on transients.

    • FFT_SIZE_256 = 0
    • FFT_SIZE_512 = 1
    • FFT_SIZE_1024 = 2
    • FFT_SIZE_4096 = 4
    • FFT_SIZE_MAX = 5 —- Represents the size of the enum.


    • pitch_scale

    Pitch value. Can range from 0 (-1 octave) to 16 (+16 octaves).