Voss Connection Detection  1
Detect a connector click using realtime code on Bela hardware
buffer.h File Reference
#include <array>
#include <Bela.h>
#include "config.h"
#include "filter.h"
Include dependency graph for buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FilteredDataBuffer
 Class containing filtered data. It is responsible for aggregating signal samples at the full audio sample rate. A derived class might implement a method that is called whenever the buffer is full. More...
 

Typedefs

typedef array< Channel, NUMBER_FILTERED_CHANNELSFilteredData
 

Typedef Documentation

◆ FilteredData

Definition at line 16 of file buffer.h.