mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 00:09:16 +02:00
remove some
This commit is contained in:
@@ -25,7 +25,6 @@ void init_hpf(BiquadFilter* filter, float cutoffFreq, float qFactor, float sampl
|
||||
float apply_frequency_filter(BiquadFilter* filter, float input);
|
||||
|
||||
float hard_clip(float sample, float threshold);
|
||||
float soft_clip(float sample, float threshold);
|
||||
|
||||
typedef struct {
|
||||
float *buffer;
|
||||
|
||||
Reference in New Issue
Block a user