Struct AudioEffectPitchShift

Adds a pitch-shifting audio effect to an Audio bus. Raises or lowers the pitch of original sound.

struct AudioEffectPitchShift ;

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

Properties

NameTypeDescription
fftSize[get, set] AudioEffectPitchShift.FFT_Size
oversampling[get, set] long
pitchScale[get, set] doublePitch value. Can range from 0 (-1 octave) to 16 (+16 octaves).

Methods

NameDescription
getFftSize
getOversampling
getPitchScale
setFftSize
setOversampling
setPitchScale

Enums

NameDescription
Constants
FFT_Size