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
2014-02-25
tristimulus1 correction
Sean Enderby
2014-02-24
documentation update
Sean Enderby
2014-02-24
correction to xtract_odd_even_ratio
Sean Enderby
2014-02-24
Merge branch 'master' of https://github.com/jamiebullock/LibXtract
Sean Enderby
2014-02-24
correction to xtract_spectral_inharmonicicty
Sean Enderby
2014-02-23
Add "-undefined dynamic_lookup" to Pd LDFLAGS
Jamie Bullock
2014-02-23
Use random() instead of arc4random() for portability
Jamie Bullock
2014-02-18
Merge pull request #50 from seanlikeskites/master
Jamie Bullock
2014-02-17
xtract_hps, made it more in the style of the library and octave error correct...
Sean Enderby
2014-02-17
updated documentation for xtract_hps
Sean Enderby
2014-02-17
quick fix to xtract_irregularity_j and a sort of working xtract_hps
Sean Enderby
2014-02-12
Include float.h on platforms that don't have DBL_MAX defined in limits.h
Jamie Bullock
2014-02-11
Version bump
Jamie Bullock
2014-02-11
Update gitgnore to ignore Doxygen files
Jamie Bullock
2014-02-11
Make xtract_lowest_value() return XTRACT_NO_RESULT if all values in the input...
Jamie Bullock
2014-01-15
Don't build "test" target for now
Jamie Bullock
2014-01-15
Add build status widget to README
Jamie Bullock
2014-01-14
Add .travis.yml
Jamie Bullock
2014-01-06
Update gitignore to include python byte code
Jamie Bullock
2013-11-05
Ignore files auto-generated by SWIG
Jamie Bullock
2013-11-05
Remove unnecessary "-lxtract" from python SWIG build file. See #40
Jamie Bullock
2013-07-16
Add noise test source to simpletest. Add xtract_flux() example to simpletest
Jamie Bullock
2013-07-08
Optimise xtract_smoothness() by removing call to malloc(). Also fix bug in xt...
Jamie Bullock
2013-07-08
Remove spurious argv specification from xtract_smoothness() documentation. Fi...
Jamie Bullock
2013-07-04
Use log10 (double precision) instead of log10f. Fixes bug in spectral flatness
Jamie Bullock
2013-07-01
Remove spurious print statement
Jamie Bullock
2013-06-19
Offset peak interpolation by one spectral bin. Fixes #20
Jamie Bullock
2013-06-19
Uncomment free(), fixing memory leak
Jamie Bullock
2013-06-19
Don't read past end of spectral data array
Jamie Bullock
2013-06-19
Remove extraneous print statement
Jamie Bullock
2013-06-19
Initialise ooura struct with right amount of memory for ooura FFT. Fixes #11
Jamie Bullock
2013-06-19
Don't include default CFLAGS in configure
Jamie Bullock
2013-06-19
Fix memory leak by calling xtract_free_window()
Jamie Bullock
2013-06-19
Print which FFT implementation is being used at startup
Jamie Bullock
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
[next]