log src/init.c @ 285:89fe52066db1 tip master

age author description
Tue, 11 Nov 2014 17:45:15 +0000 Jamie Bullock Define USE_OOURA if not on "Darwin"
Fri, 07 Nov 2014 16:11:42 +0000 Jamie Bullock Remove unmaintainable relative paths
Thu, 27 Mar 2014 09:48:26 +0000 Q add VC2012 project to compile static and dynamic lib, also fix some C
Fri, 07 Mar 2014 22:14:55 +0000 Jamie Bullock Return XTRACT_ARGUMENT_ERROR if we try to initialise an mel filter bank with less than 2 bands
Fri, 07 Mar 2014 21:42:46 +0000 Jamie Bullock Fix potential memory leak
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 17:10:22 +0100 Jamie Bullock Print which FFT implementation is being used at startup
Sun, 02 Jun 2013 22:54:41 +0100 Jamie Bullock Pass block size to xtract_init_vdsp_data() instead of block size / 2. Fixes bug with erroneous values in second half of spectrum when using vDSP FFT
Fri, 31 May 2013 22:57:13 +0100 Jamie Bullock Remove obsolete reference to xtract_scalar_private.h
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
Mon, 07 Jan 2013 17:01:14 +0000 Jamie Bullock changed license from GPL to MIT. closes #6
Mon, 07 Jan 2013 16:27:15 +0000 Jamie Bullock added Ooura implementation to repository
Fri, 12 Sep 2008 13:52:20 +0000 Jamie Bullock - Committing ancient change left on HD. Relates to FFTW fft type
Wed, 26 Mar 2008 13:04:33 +0000 Jamie Bullock - Fixed build fail if --enable-fft not specified
Fri, 15 Feb 2008 12:43:13 +0000 Jamie Bullock - Fixed bugs in xtract_flatness(), or at least added necessary
Tue, 01 Jan 2008 16:17:44 +0000 Jamie Bullock - Improvements to SWIG bindings generation script
Fri, 28 Dec 2007 19:34:51 +0000 Jamie Bullock - Added new helper functions: xtract_windowed() and xtract_features_from_subframes()
Tue, 16 Oct 2007 09:37:06 +0000 Jamie Bullock Fix for 'multiple symbol definitions' vs 'symbol not defined' dilemna. I think the solution is to wrap the globals in a struct, declare it in a header, and wrap with a definition guard, then define _once_ at library init time. (Sounds like a recipe for something...)
Tue, 09 Oct 2007 13:47:58 +0000 Dan Stowell Fixed bug in xtract_init_mfcc() - iteration to decide filter peak positions only filled in freq_bands+1 values, when it should fill in freq_bands+2
Sat, 06 Oct 2007 16:36:00 +0000 Jamie Bullock Removed fftw_plan from xtraction functions. Created new init function xtract_init_fft() for creating plans, which have global scope. Updated examples to reflect the change. New configure option: --with-fft_optimisation (0 = FFTW_ESTIMATE, 1 = FFTW_MEASURE, 2 = FFTW_PATIENT).
Wed, 03 Oct 2007 10:01:15 +0000 Dan Stowell Minor modifications to MFCC init, mainly just code formatting
Mon, 12 Feb 2007 17:11:31 +0000 Jamie Bullock Various minor fixes
Mon, 29 Jan 2007 11:30:11 +0000 Jamie Bullock Added namespacing to enumerations and defines. Made most macros private.
Fri, 15 Dec 2006 21:17:12 +0000 Jamie Bullock Numerous fixes and enhancements, see ChangeLog.
Mon, 11 Dec 2006 11:21:04 +0000 Jamie Bullock Fixed xtract_init_mfcc
Sat, 09 Dec 2006 15:21:35 +0000 Jamie Bullock Implemented xtract_harmonics
Wed, 18 Oct 2006 18:33:09 +0000 Jamie Bullock Added help string support, minor fixes.