log

age author description
Thu, 05 Jun 2014 20:26:06 +0100 Jamie Bullock Add normalisation capability to xtract_lnorm()
Thu, 05 Jun 2014 20:25:06 +0100 Jamie Bullock Use AM_CPPFLAGS instead of AM_CFLAGS
Thu, 05 Jun 2014 20:24:44 +0100 Jamie Bullock Fix bug in ringbuf
Thu, 05 Jun 2014 20:24:19 +0100 Jamie Bullock Add test wav file
Thu, 05 Jun 2014 20:24:06 +0100 Jamie Bullock Replace simpletest.c with simpletest.cpp
Wed, 04 Jun 2014 18:10:15 +0100 Jamie Bullock Support for CPP files in build system
Wed, 04 Jun 2014 18:09:43 +0100 Jamie Bullock Add WaveFile class for loading audio files in simpletest
Wed, 04 Jun 2014 18:07:47 +0100 Jamie Bullock Add stdint include
Wed, 04 Jun 2014 17:36:11 +0100 Jamie Bullock Merge pull request #53 from seanlikeskites/tristimulusWork
Tue, 25 Feb 2014 14:27:25 +0000 Sean Enderby updated docs and removed commented out code
Tue, 25 Feb 2014 14:12:29 +0000 Sean Enderby tristimulus3 correction
Tue, 25 Feb 2014 13:53:39 +0000 Sean Enderby tristimulus2 correction
Tue, 25 Feb 2014 13:19:04 +0000 Sean Enderby tristimulus1 correction
Mon, 24 Feb 2014 14:57:02 +0000 Sean Enderby documentation update
Mon, 24 Feb 2014 14:32:04 +0000 Sean Enderby correction to xtract_odd_even_ratio
Mon, 24 Feb 2014 13:43:13 +0000 Sean Enderby Merge branch 'master' of https://github.com/jamiebullock/LibXtract
Mon, 24 Feb 2014 13:00:25 +0000 Sean Enderby correction to xtract_spectral_inharmonicicty
Wed, 04 Jun 2014 14:16:55 +0100 Jamie Bullock Add stateful.c and ringbuf.c to build system
Wed, 04 Jun 2014 14:16:38 +0100 Jamie Bullock Autotools fix: allow subdir-objects
Wed, 04 Jun 2014 14:16:10 +0100 Jamie Bullock Replace deprecated INCLUDES directive with AM_CFLAGS
Wed, 04 Jun 2014 14:15:19 +0100 Jamie Bullock Correct name for xtract_peak()
Wed, 04 Jun 2014 14:15:03 +0100 Jamie Bullock Fix conflict with Makefile.am for SWIG bindings and autotools
Wed, 04 Jun 2014 14:14:27 +0100 Jamie Bullock Update SWIG bindings, to (for now) ignore new stageful functions
Tue, 03 Jun 2014 21:20:01 +0100 Jamie Bullock Add ring buffer implementation
Tue, 03 Jun 2014 21:17:51 +0100 Jamie Bullock Add xtract_peak() determines whether the 'current' value is a peak
Tue, 03 Jun 2014 21:17:07 +0100 Jamie Bullock Add "stateful" feature type with initial feature "last n"
Thu, 27 Mar 2014 14:56:36 +0000 Jamie Bullock Merge pull request #58 from q-depot/master
Thu, 27 Mar 2014 14:36:37 +0000 andrea@nocte.co.uk remove *.tlog files
Thu, 27 Mar 2014 09:48:26 +0000 Q add VC2012 project to compile static and dynamic lib, also fix some C
Mon, 17 Mar 2014 16:39:30 +0000 Jamie Bullock Fixed bugs in xtract_failsafe_f0(). Should now actually be failsafe. Only exception is silent input.
Tue, 11 Mar 2014 20:18:10 +0000 Jamie Bullock Set result value before return
Tue, 11 Mar 2014 19:27:30 +0000 Jamie Bullock Set *result to note value in xtract_midicent(). Fixes bug.
Tue, 11 Mar 2014 19:27:02 +0000 Jamie Bullock Add MIDICENT to simpletest
Tue, 11 Mar 2014 18:16:12 +0000 Jamie Bullock Add range check
Tue, 11 Mar 2014 18:14:45 +0000 Jamie Bullock Add xtract_midicent() convenience function to convert from frequency to MIDI cent
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 22:14:04 +0000 Jamie Bullock Add additional error code XTRACT_ARGUMENT_ERROR
Fri, 07 Mar 2014 21:42:46 +0000 Jamie Bullock Fix potential memory leak
Sun, 23 Feb 2014 21:32:14 +0000 Jamie Bullock Add "-undefined dynamic_lookup" to Pd LDFLAGS
Sun, 23 Feb 2014 21:31:22 +0000 Jamie Bullock Use random() instead of arc4random() for portability
Tue, 18 Feb 2014 20:18:44 +0000 Jamie Bullock Merge pull request #50 from seanlikeskites/master
Mon, 17 Feb 2014 12:58:28 +0000 Sean Enderby xtract_hps, made it more in the style of the library and octave error correction bit
Mon, 17 Feb 2014 11:33:23 +0000 Sean Enderby updated documentation for xtract_hps
Mon, 17 Feb 2014 11:20:59 +0000 Sean Enderby quick fix to xtract_irregularity_j and a sort of working xtract_hps
Wed, 12 Feb 2014 08:36:58 +0000 Jamie Bullock Include float.h on platforms that don't have DBL_MAX defined in limits.h
Tue, 11 Feb 2014 16:41:17 +0000 Jamie Bullock Version bump
Tue, 11 Feb 2014 16:40:54 +0000 Jamie Bullock Update gitgnore to ignore Doxygen files
Tue, 11 Feb 2014 16:39:41 +0000 Jamie Bullock Make xtract_lowest_value() return XTRACT_NO_RESULT if all values in the input data are below or equal to threshold value. Fixes #46
Wed, 15 Jan 2014 19:16:32 +0000 Jamie Bullock Don't build "test" target for now
Wed, 15 Jan 2014 19:16:19 +0000 Jamie Bullock Add build status widget to README
Tue, 14 Jan 2014 21:37:53 +0000 Jamie Bullock Add .travis.yml
Mon, 06 Jan 2014 16:41:42 +0000 Jamie Bullock Update gitignore to include python byte code
Tue, 05 Nov 2013 17:52:38 +0000 Jamie Bullock Ignore files auto-generated by SWIG
Tue, 05 Nov 2013 17:52:21 +0000 Jamie Bullock Remove unnecessary "-lxtract" from python SWIG build file. See #40
Tue, 16 Jul 2013 20:52:45 +0100 Jamie Bullock Add noise test source to simpletest. Add xtract_flux() example to simpletest
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.
Mon, 08 Jul 2013 09:52:19 +0100 Jamie Bullock Remove spurious argv specification from xtract_smoothness() documentation. Fixes #27.
Thu, 04 Jul 2013 08:59:01 +0100 Jamie Bullock Use log10 (double precision) instead of log10f. Fixes bug in spectral flatness
Mon, 01 Jul 2013 17:25:21 +0100 Jamie Bullock Remove spurious print statement
Wed, 19 Jun 2013 16:22:47 -0700 Jamie Bullock Offset peak interpolation by one spectral bin. Fixes #20
Wed, 19 Jun 2013 16:05:59 -0700 Jamie Bullock Uncomment free(), fixing memory leak
Wed, 19 Jun 2013 16:04:42 -0700 Jamie Bullock Don't read past end of spectral data array
Wed, 19 Jun 2013 15:54:52 -0700 Jamie Bullock Remove extraneous print statement
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
Tue, 18 Jun 2013 08:51:28 -0700 Jamie Bullock Update definition with const to reflect prototype
Tue, 18 Jun 2013 08:17:05 -0700 Jamie Bullock Comment out unused variable
Tue, 18 Jun 2013 08:16:45 -0700 Jamie Bullock Update function prototype to use const for passed in sample buffer
Tue, 18 Jun 2013 08:15:43 -0700 Jamie Bullock Increment feature count to correct value
Tue, 18 Jun 2013 08:10:23 -0700 Jamie Bullock Define M_PI to 3.14159265358979323846264338327 on platforms where it is not provided by math.h
Sun, 02 Jun 2013 22:55:18 +0100 Jamie Bullock More xtract functions included in simpletest example
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 23:01:59 +0100 Jamie Bullock Reinstate path fix
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
Fri, 31 May 2013 22:43:17 +0100 Jamie Bullock Add .gitignore
Wed, 24 Apr 2013 15:10:51 +0100 Jamie Bullock Provide relative include path for libxtract.h for compatibility with non-autotools builds
Fri, 15 Mar 2013 05:46:57 -0700 Jamie Bullock Merge pull request #13 from felixonmars/master
Fri, 08 Feb 2013 19:50:27 +0800 Felix Yan fix for automake 1.13
Fri, 15 Mar 2013 10:29:08 +0000 Jamie Bullock Remove erroneous casts to void * in xtract() function calls
Thu, 14 Mar 2013 13:03:12 +0000 Jamie Bullock Add explicit casts to malloc() calls for C++ compatibility
Thu, 10 Jan 2013 22:41:03 +0000 Jamie Bullock fixed Linux bugs
Thu, 10 Jan 2013 21:43:57 +0000 Jamie Bullock added LICENSE
Wed, 09 Jan 2013 23:22:07 +0000 Jamie Bullock removed extraneous files
Wed, 09 Jan 2013 23:18:25 +0000 Jamie Bullock removed references to GPL from README
Wed, 09 Jan 2013 23:09:34 +0000 Jamie Bullock implemented optimised FFT via the Accelerate framework. closes #5
Wed, 09 Jan 2013 20:15:50 +0000 Jamie Bullock add option to explicitly specify Ooura library at configure time
Wed, 09 Jan 2013 15:59:48 +0000 Jamie Bullock fixed bug in xtract_dct where data wasn't being copied to result vector
Wed, 09 Jan 2013 12:54:28 +0000 Jamie Bullock run FFT in place on the data vector
Wed, 09 Jan 2013 12:45:29 +0000 Jamie Bullock switched from single to double precision througout. closes #9
Tue, 08 Jan 2013 16:44:41 +0000 Jamie Bullock fixed build system bugs to do with the maintainer-clean target
Tue, 08 Jan 2013 14:32:45 +0000 Jamie Bullock removed floatArray and intArray from Java SWIG bindings
Mon, 07 Jan 2013 18:14:34 +0000 Jamie Bullock removed references to FFTW
Mon, 07 Jan 2013 17:03:10 +0000 Jamie Bullock Merge branch 'master' of https://github.com/jamiebullock/LibXtract
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
Tue, 11 Dec 2012 02:58:18 -0800 Jamie Bullock Merge pull request #4 from tchajed/master
Sun, 02 Dec 2012 13:51:23 -0600 Tej Chajed removing unneeded %newobject decl
Sun, 02 Dec 2012 13:50:46 -0600 Tej Chajed adding ctype.i include
Thu, 13 Sep 2012 10:56:43 +0100 Jamie Bullock Changed references to SVN in README.md to GIT
Wed, 05 Sep 2012 16:27:18 +0100 Jamie Bullock Updated simpletest example to include MFCC
Mon, 18 Jun 2012 21:38:14 +0100 Jamie Bullock SWIG Java bindings improvements
Wed, 13 Jun 2012 15:08:11 +0100 Jamie Bullock Java SWIG bindings improvements
Sun, 10 Jun 2012 12:11:15 +0100 Jamie Bullock Updated README to cater for release vs SVN
Thu, 31 May 2012 19:48:50 +0100 Jamie Bullock removed PPC support
Thu, 31 May 2012 16:27:57 +0100 Jamie Bullock renamed README to README.md
Thu, 31 May 2012 16:25:17 +0100 Jamie Bullock converted README to Markdown
Fri, 30 Mar 2012 13:26:41 +0000 Jamie Bullock - minor SWIG fix