This commit is contained in:
2025-04-19 13:04:07 +02:00
parent 702ee8922b
commit 4564bbf737
8 changed files with 107 additions and 45 deletions
-6
View File
@@ -7,12 +7,6 @@
#include "optimization.h"
#include "oscillator.h"
#if USE_NEON
#define LPF_ORDER 20 // neon has to have divisable by 4
#else
#define LPF_ORDER 10
#endif
typedef struct
{
float alpha;