annotate README.txt @ 413:9de6d0676907
api-inversion
Add a partial libtests/ implementation of tests/0037.
Partial because still no "nsequence", though I have a plan for that.
The audiodb_batchinsert is a little bit weird; I think I'd have used an
adb_insert_t*[] (array of pointers) rather than an array of structures
directly. I might think about that some more later.
author |
mas01cr |
date |
Fri, 12 Dec 2008 15:37:17 +0000 |
parents |
2a88ae80e4a9 |
children |
|
rev |
line source |
mas01cr@132
|
1 This is audioDB, a database system specialized towards approximate
|
mas01cr@132
|
2 content-based retrieval, developed at Goldsmiths, University of London
|
mas01cr@241
|
3 as part of the OMRAS2 research project (funded by the Engineering and
|
mas01cr@241
|
4 Physical Sciences Research Council, grant number: EP/E02274X/1).
|
mas01cr@132
|
5
|
mas01cr@132
|
6 Please see INSTALL.txt for build and installation instructions.
|
mas01cr@132
|
7 Portions of this work are copyright Michael Casey, Christophe Rhodes,
|
mas01cr@241
|
8 and Goldsmiths, University of London. The software is released under
|
mas01cr@241
|
9 the terms of the GNU General Public Licence, version 2 or greater;
|
mas01cr@241
|
10 please see LICENCE.txt for the text of that copyright licence.
|