Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
Go to the documentation of this file.
50 typedef array<float, NUMBER_RAW_CHANNELS>
RawFrame;
109 QuadBiquad* _filters1;
110 QuadBiquad* _filters2;
111 QuadBiquad* _filters3;
const us RAW_MICT
The number of channels of raw data coming from the sensors. This is currently set to 6....
const us FILT_RAW_MICT
The number of buffers that require some processing. This is not equal to the number of sensors,...
array< float, NUMBER_RAW_CHANNELS > RawFrame
An array containing data for a raw frame.
const us NUMBER_FILTERED_CHANNELS
array< float, NUMBER_FILTERED_CHANNELS > FilteredFrame
An array containing data with length corresponding to a single processed frame. Its length correspond...
Convert raw samples to a channel of filtered samples.
unsigned int us
Used to much to not abbreviate.
const us NUMBER_RAW_CHANNELS
Configuration parameters for connection detection.
void filter(const RawFrame &rawframe, FilteredFrame &filteredframe)
Filter a single raw frame to obtain a filtered frame.