aboutsummaryrefslogtreecommitdiff
path: root/swig/xtract.i
AgeCommit message (Collapse)Author
2014-06-04Update SWIG bindings, to (for now) ignore new stageful functionsJamie Bullock
2013-01-10fixed Linux bugsJamie Bullock
2013-01-08removed floatArray and intArray from Java SWIG bindingsJamie Bullock
2012-12-02removing unneeded %newobject declTej Chajed
newobject is only for management of a returned object -- it cannot handle nested structures that need complicated teardown
2012-12-02adding ctype.i includeTej Chajed
needed for floatArray function to be created
2012-06-18SWIG Java bindings improvementsJamie Bullock
Much-improved Java bindings. Java arrays can now be passed to functions that take void *, without any special treatment.
2012-06-13Java SWIG bindings improvementsJamie Bullock
2008-01-01- Improvements to SWIG bindings generation scriptJamie Bullock
- Fixed omission in xtract_bark_coefficients that was causing the output to be complete b/s! This fixed bark_coeffs and loudness feature which depends on it - Changes to descriptor API: added is_delta and id. id corresponds to value in xtract_features_ enum and is useful for programmatic conversions between id and name string.
2007-12-28- Added new helper functions: xtract_windowed() and ↵Jamie Bullock
xtract_features_from_subframes() - Added windowing functions (window.c)
2007-12-21- Added some previously uncommitted Pd testing examplesJamie Bullock
- Improved python bindings. Now we can do vector features as well as scalar from Python
2007-09-05Added java bindings. Everything seems to work OK, except test.java won't ↵Jamie Bullock
compile. Some kind of path error, but I can't work out how to fix it.
2007-09-04Added basic SWIG wrapper generator (use ./configure --enable-swig etc)Jamie Bullock