Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-07 | Remove unmaintainable relative paths | Jamie Bullock | |
2014-06-06 | Add new helper function xtract_smoothed(), e.g. can be used to extract ↵ | Jamie Bullock | |
smoothed spectrum | |||
2014-03-27 | add VC2012 project to compile static and dynamic lib, also fix some C | Q | |
issues | |||
2013-04-24 | Provide relative include path for libxtract.h for compatibility with ↵ | Jamie Bullock | |
non-autotools builds | |||
2013-01-09 | implemented optimised FFT via the Accelerate framework. closes #5 | Jamie Bullock | |
2013-01-09 | switched from single to double precision througout. closes #9 | Jamie Bullock | |
2013-01-07 | changed license from GPL to MIT. closes #6 | Jamie Bullock | |
2013-01-07 | added Ooura implementation to repository | Jamie Bullock | |
2008-02-15 | - Fixed bugs in xtract_flatness(), or at least added necessary | Jamie Bullock | |
documentation and error checking to avoid problems - Added xtract_is_denormal() helper function and XTRACT_DENORMAL_FOUND return code - Replaced all instances of log, sqrt, exp etc. with respective floating point counterparts (logf etc.) - Added check for architecture endianness to configure script - Bug fix to PD example, now no longer crashes if no arguments are given - Minor documentation updates | |||
2008-01-02 | - Re-factoring in xtract_spectrum and fixed normalisation bug | Jamie Bullock | |
- Fixed bug in xtract_lnorm | |||
2007-12-28 | - Added new helper functions: xtract_windowed() and ↵ | Jamie Bullock | |
xtract_features_from_subframes() - Added windowing functions (window.c) |