MCPcopy Create free account
hub / github.com/LabSound/LabSound / sp_conv_destroy

Function sp_conv_destroy

src/core/_SoundPipe_FFT.cpp:334–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334int sp_conv_destroy(sp_conv ** p)
335{
336 sp_conv * pp = *p;
337 sp_auxdata_free(&pp->auxData);
338 sp_fft_destroy(&pp->fft);
339 free(*p);
340 return SP_OK;
341}
342
343int sp_conv_init(sp_data * sp, sp_conv * p, sp_ftbl * ft, SPFLOAT iPartLen)
344{

Callers 1

~ReverbKernelMethod · 0.85

Calls 2

sp_auxdata_freeFunction · 0.85
sp_fft_destroyFunction · 0.85

Tested by

no test coverage detected