diff audioDB_API.h @ 675:c62041316a44

First implementation of separate query / instance hopsizes Builds and passes tests. Bindings not yet adjusted, and of course there are no existing tests of hopsize functionality anyway.
author mas01cr
date Fri, 05 Mar 2010 16:01:06 +0000
parents e1f7cab30701
children b1723ae7675e
line wrap: on
line diff
--- a/audioDB_API.h	Fri Mar 05 16:01:02 2010 +0000
+++ b/audioDB_API.h	Fri Mar 05 16:01:06 2010 +0000
@@ -77,7 +77,8 @@
   double absolute_threshold;
   double relative_threshold;
   double duration_ratio; /* expandfactor */
-  uint32_t hopsize;
+  uint32_t qhopsize;
+  uint32_t ihopsize;
 } adb_query_refine_t;
 
 #define ADB_ACCUMULATION_DB 1