Mercurial > hg > sonic-annotator
comparison runner/AudioDBFeatureWriter.h @ 24:18c42fbc1335
* Various fixes: ensure CSV feature writer closes files when finished with
(rather than at end of run) to avoid running out of fds; bail properly
with an exception with CSV writer can't write to output file; and other
minor things
author | Chris Cannam |
---|---|
date | Tue, 08 Sep 2009 16:51:24 +0000 |
parents | 92911f967a16 |
children | b3d73c08b6ce |
comparison
equal
deleted
inserted
replaced
23:1a9ad8f3a98f | 24:18c42fbc1335 |
---|---|
42 const Vamp::Plugin::FeatureList &features, | 42 const Vamp::Plugin::FeatureList &features, |
43 std::string summaryType = ""); | 43 std::string summaryType = ""); |
44 | 44 |
45 virtual void finish() { } | 45 virtual void finish() { } |
46 | 46 |
47 virtual QString getWriterTag() const { return "audiodb"; } | |
48 | |
47 private: | 49 private: |
48 string catalogueId; | 50 string catalogueId; |
49 string baseDir; | 51 string baseDir; |
50 | 52 |
51 static string catalogueIdParam; | 53 static string catalogueIdParam; |