Skip to content

function kfr_filter_reset_f32(KFR_FILTER_F32 *) 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" { … }

Reset the internal state of a filter plan, including delay line.

Parameters
plan Pointer to the filter plan.

Defined at capi.h:718