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
Name | Type | Description |
---|---|---|
fftSize [get, set]
|
AudioEffectPitchShift | |
oversampling [get, set]
|
long | |
pitchScale [get, set]
|
double | Pitch value. Can range from 0 (-1 octave) to 16 (+16 octaves). |
Methods
Name | Description |
---|---|
getFftSize
|
|
getOversampling
|
|
getPitchScale
|
|
setFftSize
|
|
setOversampling
|
|
setPitchScale
|
Enums
Name | Description |
---|---|
Constants
|
|
FFT_Size
|