index
:
LibXtract
master
Fork of Jamie Bullock's feature extraction library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swig
Age
Commit message (
Expand
)
Author
2014-11-08
Add Python bindings to build system
Jamie Bullock
2014-11-07
Remove Java bindings
Jamie Bullock
2014-11-06
Initial simplified build system based on GNU Make
Jamie Bullock
2014-06-04
Fix conflict with Makefile.am for SWIG bindings and autotools
Jamie Bullock
2014-06-04
Update SWIG bindings, to (for now) ignore new stageful functions
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-01-10
fixed Linux bugs
Jamie Bullock
2013-01-08
removed floatArray and intArray from Java SWIG bindings
Jamie Bullock
2013-01-07
Merge branch 'master' of https://github.com/jamiebullock/LibXtract
Jamie Bullock
2013-01-07
added Ooura implementation to repository
Jamie Bullock
2012-12-02
removing unneeded %newobject decl
Tej Chajed
2012-12-02
adding ctype.i include
Tej Chajed
2012-06-18
SWIG Java bindings improvements
Jamie Bullock
2012-06-13
Java SWIG bindings improvements
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
2008-01-01
- Improvements to SWIG bindings generation script
Jamie Bullock
2007-12-29
- added bark coefficients PD example
Jamie Bullock
2007-12-28
- Added new helper functions: xtract_windowed() and xtract_features_from_subf...
Jamie Bullock
2007-12-21
- Added some previously uncommitted Pd testing examples
Jamie Bullock
2007-09-24
Made xtract_loudness() more permissive, so it doesn't crash if N > BARK_BANDS
Jamie Bullock
2007-09-06
Java bindings (with simple test) now working. Unified Python and Java binding...
Jamie Bullock
2007-09-05
Minor test.java fix
Jamie Bullock
2007-09-05
Updated README and minor buld tweaks for OS X (That will probably break the L...
Jamie Bullock
2007-09-05
Added java bindings. Everything seems to work OK, except test.java won't comp...
Jamie Bullock
2007-09-04
Added basic SWIG wrapper generator (use ./configure --enable-swig etc)
Jamie Bullock