AudioEffectPitchShift

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

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

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Enums

Constants
enum Constants
FFT_Size
enum FFT_Size

Functions

getFftSize
AudioEffectPitchShift.FFT_Size getFftSize()
getOversampling
long getOversampling()
getPitchScale
double getPitchScale()
opAssign
typeof(null) opAssign(typeof(null) n)
opEquals
bool opEquals(AudioEffectPitchShift other)
opEquals
bool opEquals(typeof(null) n)
setFftSize
void setFftSize(long size)
setOversampling
void setOversampling(long amount)
setPitchScale
void setPitchScale(double rate)
toHash
size_t toHash()

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

fftSize
AudioEffectPitchShift.FFT_Size fftSize [@property getter]
long fftSize [@property setter]
oversampling
long oversampling [@property getter]
long oversampling [@property setter]
pitchScale
double pitchScale [@property getter]
double pitchScale [@property setter]

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

Static functions

_new
AudioEffectPitchShift _new()

Construct a new instance of AudioEffectPitchShift. Note: use memnew!AudioEffectPitchShift instead.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

GDNativeClassBinding
struct GDNativeClassBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(ToRef) as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta