Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
#include "config.h"
#include <array>
#include <libraries/Fft/Fft.h>
#include <vector>
#include <numeric>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Features |
This class provides the calculations of single-signal features, computed from a single channel with length BLOCKSIZE. More... | |
class | SimpleFeatures |
Some very simple features that are more easily kept in a different class. More... | |