Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-08 | Add Python bindings to build system | 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 | |
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 | |
2012-03-30 | - minor SWIG fix | Jamie Bullock | |
- renamed configure.in to configure.ac - increment fix number | |||
2012-03-30 | - updated python test to import libxtract.xtract | Jamie Bullock | |
2012-03-29 | - updated to latest SWIG macros | Jamie Bullock | |
- added __init__.py so generated python module loads | |||
2008-01-01 | - Improvements to SWIG bindings generation script | Jamie 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-29 | - added bark coefficients PD example | Jamie Bullock | |
- Fixed Java bindings compile problem | |||
2007-12-21 | - Added some previously uncommitted Pd testing examples | Jamie Bullock | |
- Improved python bindings. Now we can do vector features as well as scalar from Python | |||
2007-09-06 | Java bindings (with simple test) now working. Unified Python and Java ↵ | Jamie Bullock | |
bindings tests. | |||
2007-09-05 | Added 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. |