Class reference

AudioEffectPitchShift

Inherits AudioEffect

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

Description

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

Properties

int fft_size = 3

The size of the Fast Fourier transform buffer. Higher values smooth out the effect over time, but have greater latency. The effects of this higher latency are especially noticeable on sounds that have sudden amplitude changes.

int oversampling = 4

The oversampling factor to use. Higher values result in better quality, but are more demanding on the CPU and may cause audio cracking if the CPU can't keep up.

float pitch_scale = 1.0

The pitch scale to use. 1.0 is the default pitch and plays sounds unaffected. pitch_scale can range from 0.0 (infinitely low pitch, inaudible) to 16 (16 times higher than the initial pitch).

Constants

FFT_SIZE_256 = 0

Enum: FFTSize

Use a buffer of 256 samples for the Fast Fourier transform. Lowest latency, but least stable over time.

FFT_SIZE_512 = 1

Enum: FFTSize

Use a buffer of 512 samples for the Fast Fourier transform. Low latency, but less stable over time.

FFT_SIZE_1024 = 2

Enum: FFTSize

Use a buffer of 1024 samples for the Fast Fourier transform. This is a compromise between latency and stability over time.

FFT_SIZE_2048 = 3

Enum: FFTSize

Use a buffer of 2048 samples for the Fast Fourier transform. High latency, but stable over time.

FFT_SIZE_4096 = 4

Enum: FFTSize

Use a buffer of 4096 samples for the Fast Fourier transform. Highest latency, but most stable over time.

FFT_SIZE_MAX = 5

Enum: FFTSize

Represents the size of the FFTSize enum.

Tutorials

Source revision 5592dc3a7a61
Connection interrupted. Reload×

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.