log src/scalar.c @ 184:95af6c8dc7f2

age author description
Mon, 08 Jul 2013 10:14:42 +0100 Jamie Bullock Optimise xtract_smoothness() by removing call to malloc(). Also fix bug in xtract_smoothness() where *result was uninitialised but used in calculation.
Thu, 04 Jul 2013 08:59:01 +0100 Jamie Bullock Use log10 (double precision) instead of log10f. Fixes bug in spectral flatness
Tue, 18 Jun 2013 08:17:05 -0700 Jamie Bullock Comment out unused variable
Fri, 31 May 2013 23:01:59 +0100 Jamie Bullock Reinstate path fix
Fri, 31 May 2013 22:44:03 +0100 Jamie Bullock Add wavelet-based pitch tracker
Wed, 24 Apr 2013 15:10:51 +0100 Jamie Bullock Provide relative include path for libxtract.h for compatibility with non-autotools builds
Wed, 09 Jan 2013 23:09:34 +0000 Jamie Bullock implemented optimised FFT via the Accelerate framework. closes #5
Wed, 09 Jan 2013 12:45:29 +0000 Jamie Bullock switched from single to double precision througout. closes #9