Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
#include "filter.h"
#include "Bela.h"
#include <libraries/math_neon/math_neon.h>
#include <libraries/Biquad/QuadBiquad.h>
Go to the source code of this file.
Variables | |
const float | sq2 = sqrtf_neon(2.0f) |
const float sq2 = sqrtf_neon(2.0f) |
Definition at line 6 of file filter.cpp.