aboutsummaryrefslogtreecommitdiff
path: root/src/helper.c
AgeCommit message (Collapse)Author
2014-11-07Remove unmaintainable relative pathsJamie Bullock
2014-06-06Add new helper function xtract_smoothed(), e.g. can be used to extract ↵Jamie Bullock
smoothed spectrum
2014-03-27add VC2012 project to compile static and dynamic lib, also fix some CQ
issues
2013-04-24Provide relative include path for libxtract.h for compatibility with ↵Jamie Bullock
non-autotools builds
2013-01-09implemented optimised FFT via the Accelerate framework. closes #5Jamie Bullock
2013-01-09switched from single to double precision througout. closes #9Jamie Bullock
2013-01-07changed license from GPL to MIT. closes #6Jamie Bullock
2013-01-07added Ooura implementation to repositoryJamie Bullock
2008-02-15- Fixed bugs in xtract_flatness(), or at least added necessaryJamie 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 bugJamie 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)