From 7f86524dd021c5905df111d1254004576fd872f0 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 1 Jan 2008 16:17:44 +0000 Subject: - Improvements to SWIG bindings generation script - 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. --- swig/java/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'swig/java') diff --git a/swig/java/Makefile.am b/swig/java/Makefile.am index 31317b7..25452a1 100644 --- a/swig/java/Makefile.am +++ b/swig/java/Makefile.am @@ -1,6 +1,7 @@ javasources = \ floatArray.java \ + intArray.java \ SWIGTYPE_p_float.java \ SWIGTYPE_p_int.java \ SWIGTYPE_p_p_float.java \ @@ -32,6 +33,7 @@ javasources = \ javaclasses = \ floatArray.class \ + intArray.class \ SWIGTYPE_p_float.class \ SWIGTYPE_p_int.class \ SWIGTYPE_p_p_float.class \ -- cgit v1.2.3