Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
The file config.h contains the most important configuration settings. Please tune these settings to the system under consideration.
The file thresholds_config.h contains the initial settings for threshold detection.
Copy all the contents of the src/ directory to a Bela GUI project. Press run. Open the Scope to see raw output. Open the GUI to see processed output.
When using custom ML classification models in the Eloquent form, we need to apply some processing on it to generate a proper file suitable for the Bela board. This has to do with some values which are given as double
s, which should be floats
. To process these, use the script convert_ml.py
.