10#ifndef DSY_FORMANTOSCILLATOR_H
11#define DSY_FORMANTOSCILLATOR_H
38 void Init(
float sample_rate);
60 inline float Sine(
float phase);
61 inline float ThisBlepSample(
float t);
62 inline float NextBlepSample(
float t);
70 float carrier_frequency_;
71 float formant_frequency_;
FIR Filter implementation, generic and ARM CMSIS DSP based.
Definition adenv.h:16