VocalMorpherEffect

A 4-band formant filter, allowing to morph vocal-ish texture in to sound.

WARNING: Only few *hardware* OpenAL implementations support this currently.

Constructors

this
this()
Undocumented in source.

Members

Properties

PhonemeA
Phoneme PhonemeA [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
PhonemeA
Phoneme PhonemeA [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
PhonemeB
Phoneme PhonemeB [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
PhonemeB
Phoneme PhonemeB [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Rate
ALfloat Rate [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Rate
float Rate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
TuningA
float TuningA [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
TuningA
ALfloat TuningA [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
TuningB
float TuningB [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
TuningB
ALfloat TuningB [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Waveform
WaveformType Waveform [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Waveform
WaveformType Waveform [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AudioEffect

id
ALuint id;
Undocumented in source.
sendId
ALuint sendId;
Undocumented in source.
effectType
EffectType effectType;
Undocumented in source.
target
AudioEffect target;
Undocumented in source.
attachedEffects
AudioEffect[] attachedEffects;
Undocumented in source.
setupDone
void setupDone()
Undocumented in source. Be warned that the author may not have intended to support it.
deattachAllChildren
void deattachAllChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
attach
void attach(AudioEffect effect)
Undocumented in source. Be warned that the author may not have intended to support it.
deattachChild
void deattachChild(AudioEffect effect)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(ALuint id)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
Id
ALuint Id()
Undocumented in source. Be warned that the author may not have intended to support it.
RawId
ALuint RawId()
Undocumented in source. Be warned that the author may not have intended to support it.
Type
EffectType Type()
Undocumented in source. Be warned that the author may not have intended to support it.
AttachTo
void AttachTo(AudioEffect effect)

Attach sound effect to another.

Deattach
void Deattach()

Deattaches the sound effect from ALL other sound effects.

Meta