changed alloc functions to allow for initialization of user-supplied buffer

This commit is contained in:
Mark Borgerding
2003-12-14 03:02:30 +00:00
parent ab32979a47
commit 559c14b49b
11 changed files with 135 additions and 112 deletions

View File

@ -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 );