Voss Connection Detection  1
Detect a connector click using realtime code on Bela hardware
filter.cpp File Reference
#include "filter.h"
#include "Bela.h"
#include <libraries/math_neon/math_neon.h>
#include <libraries/Biquad/QuadBiquad.h>
Include dependency graph for filter.cpp:

Go to the source code of this file.

Variables

const float sq2 = sqrtf_neon(2.0f)
 

Variable Documentation

◆ sq2

const float sq2 = sqrtf_neon(2.0f)

Definition at line 6 of file filter.cpp.