Mercurial > hg > libxtract
log
age | author | description |
---|---|---|
Wed, 19 Jun 2013 15:30:04 -0700 | Jamie Bullock | Initialise ooura struct with right amount of memory for ooura FFT. Fixes #11 |
Wed, 19 Jun 2013 15:15:21 -0700 | Jamie Bullock | Don't include default CFLAGS in configure |
Wed, 19 Jun 2013 14:59:58 -0700 | Jamie Bullock | Fix memory leak by calling xtract_free_window() |
Wed, 19 Jun 2013 17:10:22 +0100 | Jamie Bullock | Print which FFT implementation is being used at startup |
Tue, 18 Jun 2013 13:23:17 -0700 | Jamie Bullock | Dynamically allocate storage in simpltest example. Ooura doesn't seem to like the being passed memory on the stack on Linux. Fixes #11 |
Tue, 18 Jun 2013 13:21:02 -0700 | Jamie Bullock | Copy out input values for Ooura so the in-place transform doesn't overwrite *data |