mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 21:14:24 -04:00
internal checkpoint
split kiss_fft.c into multiple files. It seems the best approach, all things considered.
This commit is contained in:
@ -45,7 +45,7 @@ int main(int argc,char ** argv)
|
||||
st = kiss_fft_alloc( nfft ,isinverse );
|
||||
|
||||
for (i=0;i<numffts;++i)
|
||||
kiss_fft_io( st ,buf,bufout );
|
||||
kiss_fft( st ,buf,bufout );
|
||||
|
||||
free(st);
|
||||
|
||||
|
Reference in New Issue
Block a user