comparison 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
comparison
equal deleted inserted replaced
674:fb85aadab85d 675:c62041316a44
75 adb_keylist_t exclude; 75 adb_keylist_t exclude;
76 double radius; 76 double radius;
77 double absolute_threshold; 77 double absolute_threshold;
78 double relative_threshold; 78 double relative_threshold;
79 double duration_ratio; /* expandfactor */ 79 double duration_ratio; /* expandfactor */
80 uint32_t hopsize; 80 uint32_t qhopsize;
81 uint32_t ihopsize;
81 } adb_query_refine_t; 82 } adb_query_refine_t;
82 83
83 #define ADB_ACCUMULATION_DB 1 84 #define ADB_ACCUMULATION_DB 1
84 #define ADB_ACCUMULATION_PER_TRACK 2 85 #define ADB_ACCUMULATION_PER_TRACK 2
85 #define ADB_ACCUMULATION_ONE_TO_ONE 3 86 #define ADB_ACCUMULATION_ONE_TO_ONE 3