PhonemeFormantsFilter

Undocumented in source.

Constructors

this
this(PhonemeType phoneme, float formantFreqMult)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
setPhoneme
void setPhoneme(PhonemeType type, float formantFreqMult)
Undocumented in source. Be warned that the author may not have intended to support it.
setSampleRate
void setSampleRate(int samplesPerSecond)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
float tick(float input)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_formantFreqMult
float _formantFreqMult;
Undocumented in source.
_formants
Formant[4] _formants;
Undocumented in source.
_lastFrame
float _lastFrame;
Undocumented in source.

Inherited Members

From Filter

setSampleRate
void setSampleRate(int samplesPerSecond)
Undocumented in source.
tick
float tick(float input)
Undocumented in source.
clear
void clear()
Undocumented in source.

Meta