mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 21:14:24 -04:00
changed alloc functions to allow for initialization of user-supplied buffer
This commit is contained in:
@ -42,7 +42,7 @@ int main(int argc,char ** argv)
|
||||
|
||||
pstats_init();
|
||||
|
||||
st = kiss_fft_alloc( nfft ,isinverse );
|
||||
st = kiss_fft_alloc( nfft ,isinverse ,0,0);
|
||||
|
||||
for (i=0;i<numffts;++i)
|
||||
kiss_fft( st ,buf,bufout );
|
||||
|
Reference in New Issue
Block a user