aboutsummaryrefslogtreecommitdiff
path: root/swig/java
AgeCommit message (Collapse)Author
2013-01-10fixed Linux bugsJamie Bullock
2013-01-08removed floatArray and intArray from Java SWIG bindingsJamie Bullock
2013-01-07added Ooura implementation to repositoryJamie Bullock
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-29- added bark coefficients PD exampleJamie Bullock
- Fixed Java bindings compile problem
2007-09-24Made xtract_loudness() more permissive, so it doesn't crash if N > BARK_BANDSJamie Bullock
2007-09-06Java bindings (with simple test) now working. Unified Python and Java ↵Jamie Bullock
bindings tests.
2007-09-05Minor test.java fixJamie Bullock
2007-09-05Updated README and minor buld tweaks for OS X (That will probably break the ↵Jamie Bullock
Linux build (sigh)).
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.