index
:
LibXtract
master
Fork of Jamie Bullock's feature extraction library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-06-18
Dynamically allocate storage in simpltest example. Ooura doesn't seem to like...
Jamie Bullock
2013-06-18
Copy out input values for Ooura so the in-place transform doesn't overwrite *...
Jamie Bullock
2013-06-18
Update definition with const to reflect prototype
Jamie Bullock
2013-06-18
Comment out unused variable
Jamie Bullock
2013-06-18
Update function prototype to use const for passed in sample buffer
Jamie Bullock
2013-06-18
Increment feature count to correct value
Jamie Bullock
2013-06-18
Define M_PI to 3.14159265358979323846264338327 on platforms where it is not p...
Jamie Bullock
2013-06-02
More xtract functions included in simpletest example
Jamie Bullock
2013-06-02
Pass block size to xtract_init_vdsp_data() instead of block size / 2. Fixes b...
Jamie Bullock
2013-05-31
Reinstate path fix
Jamie Bullock
2013-05-31
Remove obsolete reference to xtract_scalar_private.h
Jamie Bullock
2013-05-31
Add wavelet-based pitch tracker
Jamie Bullock
2013-05-31
Add .gitignore
Jamie Bullock
2013-04-24
Provide relative include path for libxtract.h for compatibility with non-auto...
Jamie Bullock
2013-03-15
Merge pull request #13 from felixonmars/master
Jamie Bullock
2013-03-15
Remove erroneous casts to void * in xtract() function calls
Jamie Bullock
2013-03-14
Add explicit casts to malloc() calls for C++ compatibility
Jamie Bullock
2013-02-08
fix for automake 1.13
Felix Yan
2013-01-10
fixed Linux bugs
Jamie Bullock
2013-01-10
added LICENSE
Jamie Bullock
2013-01-09
removed extraneous files
Jamie Bullock
2013-01-09
removed references to GPL from README
Jamie Bullock
2013-01-09
implemented optimised FFT via the Accelerate framework. closes #5
Jamie Bullock
2013-01-09
add option to explicitly specify Ooura library at configure time
Jamie Bullock
2013-01-09
fixed bug in xtract_dct where data wasn't being copied to result vector
Jamie Bullock
2013-01-09
run FFT in place on the data vector
Jamie Bullock
2013-01-09
switched from single to double precision througout. closes #9
Jamie Bullock
2013-01-08
fixed build system bugs to do with the maintainer-clean target
Jamie Bullock
2013-01-08
removed floatArray and intArray from Java SWIG bindings
Jamie Bullock
2013-01-07
removed references to FFTW
Jamie Bullock
2013-01-07
Merge branch 'master' of https://github.com/jamiebullock/LibXtract
Jamie Bullock
2013-01-07
changed license from GPL to MIT. closes #6
Jamie Bullock
2013-01-07
added Ooura implementation to repository
Jamie Bullock
2012-12-11
Merge pull request #4 from tchajed/master
Jamie Bullock
2012-12-02
removing unneeded %newobject decl
Tej Chajed
2012-12-02
adding ctype.i include
Tej Chajed
2012-09-13
Changed references to SVN in README.md to GIT
Jamie Bullock
2012-09-05
Updated simpletest example to include MFCC
Jamie Bullock
2012-06-18
SWIG Java bindings improvements
Jamie Bullock
2012-06-13
Java SWIG bindings improvements
Jamie Bullock
2012-06-10
Updated README to cater for release vs SVN
Jamie Bullock
2012-05-31
removed PPC support
Jamie Bullock
2012-05-31
renamed README to README.md
Jamie Bullock
2012-05-31
converted README to Markdown
Jamie Bullock
2012-03-30
- minor SWIG fix
Jamie Bullock
2012-03-30
- updated python test to import libxtract.xtract
Jamie Bullock
2012-03-29
- updated to latest SWIG macros
Jamie Bullock
2012-03-29
- fixed build-time bug. in some cases average_deviation was commented out ins...
Jamie Bullock
2011-03-31
- fixed xtract_spread() -- now just calls xtract_spectral_variance()
Jamie Bullock
2011-03-30
- reimplemented xtract_spectral_variance() xtract_spectral_skewness() and xtr...
Jamie Bullock
[next]