Formant

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
setParams
void setParams(float frequency, float radius, float gain)
Undocumented in source. Be warned that the author may not have intended to support it.
setResonance
void setResonance(float frequency, float radius)
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

_a
float[4] _a;
Undocumented in source.
_b
float[4] _b;
Undocumented in source.
_frequency
float _frequency;
Undocumented in source.
_gain
float _gain;
Undocumented in source.
_inputs
float[4] _inputs;
Undocumented in source.
_lastFrame
float _lastFrame;
Undocumented in source.
_outputs
float[4] _outputs;
Undocumented in source.
_radius
float _radius;
Undocumented in source.

Inherited Members

From FilterBase

_sampleRate
int _sampleRate;
Undocumented in source.
setSampleRate
void setSampleRate(int samplesPerSecond)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta