Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
Convert raw samples to a channel of filtered samples. More...
#include <filter.h>
Public Member Functions | |
Filter (const float fs) | |
void | filter (const RawFrame &rawframe, FilteredFrame &filteredframe) |
Filter a single raw frame to obtain a filtered frame. More... | |
~Filter () | |
Filter::Filter | ( | const float | fs | ) |
Definition at line 8 of file filter.cpp.
Filter::~Filter | ( | ) |
Definition at line 149 of file filter.cpp.
void Filter::filter | ( | const RawFrame & | rawframe, |
FilteredFrame & | filteredframe | ||
) |
Filter a single raw frame to obtain a filtered frame.
[in] | rawframe | The raw frame entering |
[out] | filteredframe | The filtered frame as output |
Pleaser refer to NUMBER_RAW_CHANNELS for the contents and order.
Apply filtering in-place
Definition at line 91 of file filter.cpp.