Mercurial > hg > sonic-annotator
comparison runner/AudioDBFeatureWriter.cpp @ 144:b3d73c08b6ce
Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
| author | Chris Cannam | 
|---|---|
| date | Mon, 13 Oct 2014 14:44:51 +0100 | 
| parents | ee56e3e9eeb5 | 
| children | ef03350baec7 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 143:ad425b9096bd | 144:b3d73c08b6ce | 
|---|---|
| 50 delete iter->second.ofs; | 50 delete iter->second.ofs; | 
| 51 } | 51 } | 
| 52 } | 52 } | 
| 53 | 53 | 
| 54 // TODO: error handling on close | 54 // TODO: error handling on close | 
| 55 } | |
| 56 | |
| 57 string | |
| 58 AudioDBFeatureWriter::getDescription() const | |
| 59 { | |
| 60 return "Write features in a binary format intended for import into AudioDB."; | |
| 55 } | 61 } | 
| 56 | 62 | 
| 57 AudioDBFeatureWriter::ParameterList | 63 AudioDBFeatureWriter::ParameterList | 
| 58 AudioDBFeatureWriter::getSupportedParameters() const | 64 AudioDBFeatureWriter::getSupportedParameters() const | 
| 59 { | 65 { | 
