Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ sp_ftbl_destroy
Function
sp_ftbl_destroy
src/core/_SoundPipe_FFT.cpp:179–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
int sp_ftbl_destroy(sp_ftbl ** ft)
180
{
181
sp_ftbl * ftp = *ft;
182
if (ftp->del) free(ftp->tbl);
183
free(*ft);
184
return SP_OK;
185
}
186
187
int sp_create(sp_data ** spp)
188
{
Callers
1
~ReverbKernel
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected