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
|