Skip to content

function kfr_filter_process_f32(KFR_FILTER_F32 *, kfr_f32 *, const kfr_f32 *, size_t) capi

__declspec(dllimport)
#endif
#else
#ifdef KFR_BUILDING_DLL
#define KFR_API_SPEC KFR_CDECL attribute((visibility("default")))
#else
#define KFR_API_SPEC KFR_CDECL
#endif
#endif

#ifdef __cplusplus
extern "C" { … }

Process input data with a filter.

Parameters
plan Pointer to the filter plan.
output Pointer to output data. May point to the same memory as input for in-place execution.
input Pointer to input data.
size Number of samples to process.

Defined at capi.h:701