Skip to content

function kfr_filter_process_f64(KFR_FILTER_F64 *, kfr_f64 *, const kfr_f64 *, 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:711