Mercurial > hg > audiodb
diff audioDB.h @ 209:c9722e12acae refactoring
Make reading the data in be its own function
author | mas01cr |
---|---|
date | Thu, 29 Nov 2007 10:18:04 +0000 |
parents | cb126d467344 |
children | 50da444004fe |
line wrap: on
line diff
--- a/audioDB.h Wed Nov 28 17:46:02 2007 +0000 +++ b/audioDB.h Thu Nov 29 10:18:04 2007 +0000 @@ -196,6 +196,7 @@ void sequence_average(double *buffer, int length, int seqlen); void initialize_arrays(int track, unsigned int numVectors, double *query, double *data_buffer, double **D, double **DD); + void read_data(int track, double **data_buffer_p, size_t *data_buffer_size_p); void trackSequenceQueryNN(const char* dbName, const char* inFile, adb__queryResponse *adbQueryResponse=0); void trackSequenceQueryRad(const char* dbName, const char* inFile, adb__queryResponse *adbQueryResponse=0);