remove some

This commit is contained in:
2025-01-31 21:01:06 +01:00
parent a2217ecb5e
commit 7d1ee4ae50
3 changed files with 0 additions and 31 deletions
-1
View File
@@ -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;