PhonemeOscillerF

Undocumented in source.

Constructors

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

Members

Functions

setPhoneme
void setPhoneme(PhonemeType phoneme, 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.
step
float step(int step_mul_256, float noiseGain)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_formantFilter
PhonemeFormantsFilter _formantFilter;
Undocumented in source.
_noise
Noise _noise;
Undocumented in source.
_onepole
OnePole _onepole;
Undocumented in source.
_onezero
OneZero _onezero;
Undocumented in source.

Inherited Members

From OscillerF

_origWavetable
float[] _origWavetable;
Undocumented in source.
_wavetable
float[] _wavetable;
Undocumented in source.
_scale
float _scale;
Undocumented in source.
_offset
float _offset;
Undocumented in source.
_phase
int _phase;
Undocumented in source.
_step
int _step;
Undocumented in source.
rescale
void rescale(float scale, float offset, immutable(float[]) formants)
Undocumented in source. Be warned that the author may not have intended to support it.
setStep
void setStep(int step_mul_256)
Undocumented in source. Be warned that the author may not have intended to support it.
setPitch
void setPitch(double freq, int samplesPerSecond)

set step based on pitch frequency (Hz) and samples per second

step
float step(int step_mul_256)
Undocumented in source. Be warned that the author may not have intended to support it.
stepPitchMultiply
float stepPitchMultiply(int step_mul_256, int mult_by_100000)
Undocumented in source. Be warned that the author may not have intended to support it.
stepWithGain
float stepWithGain(int step_mul_256, float gain)
Undocumented in source. Be warned that the author may not have intended to support it.
step
float step()
Undocumented in source. Be warned that the author may not have intended to support it.
resetPhase
void resetPhase()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta