diff audioDB.h @ 697:2741bbda39d7

actually implement the sampling functionality requested The -f flag at the audioDB command line when sampling causes a datum x db sampling to occur, using the feature file's information. At present, no support for thresholding based on power or duration information.
author mas01cr
date Thu, 22 Apr 2010 21:04:10 +0000
parents b1723ae7675e
children b9dbe4611dde
line wrap: on
line diff
--- a/audioDB.h	Thu Apr 22 21:04:04 2010 +0000
+++ b/audioDB.h	Thu Apr 22 21:04:10 2010 +0000
@@ -279,6 +279,7 @@
   void create(const char* dbName);
   void insert(const char* dbName, const char* inFile);
   void batchinsert(const char* dbName, const char* inFile);
+  void datumFromFiles(adb_datum_t *datum);
   void query(const char* dbName, const char* inFile, struct soap *soap=0, adb__queryResponse *adbQueryResponse=0);
   void status(const char* dbName, adb__statusResponse *adbStatusResponse=0);