comparison runner/main.cpp @ 2:475f4623feba

* build update for runner with "incorporated" SV libraries
author Chris Cannam
date Thu, 11 Dec 2008 11:01:37 +0000
parents 92911f967a16
children 7d87bf308509
comparison
equal deleted inserted replaced
1:92911f967a16 2:475f4623feba
27 using std::cout; 27 using std::cout;
28 using std::cerr; 28 using std::cerr;
29 using std::endl; 29 using std::endl;
30 using std::vector; 30 using std::vector;
31 using std::string; 31 using std::string;
32
33 #include "../version.h"
32 34
33 #include "base/Exceptions.h" 35 #include "base/Exceptions.h"
34 #include "base/TempDirectory.h" 36 #include "base/TempDirectory.h"
35 37
36 #include "data/fileio/AudioFileReaderFactory.h" 38 #include "data/fileio/AudioFileReaderFactory.h"
136 void usage(QString myname) 138 void usage(QString myname)
137 { 139 {
138 set<string> writers = FeatureWriterFactory::getWriterTags(); 140 set<string> writers = FeatureWriterFactory::getWriterTags();
139 141
140 cerr << endl; 142 cerr << endl;
141 cerr << "Sonic Annotator" << endl; 143 cerr << "Sonic Annotator v" << RUNNER_VERSION << endl;
142 cerr << "A utility for batch feature extraction from audio files." << endl; 144 cerr << "A utility for batch feature extraction from audio files." << endl;
143 cerr << "Mark Levy, Chris Sutton and Chris Cannam, Queen Mary, University of London." << endl; 145 cerr << "Mark Levy, Chris Sutton and Chris Cannam, Queen Mary, University of London." << endl;
144 cerr << "Copyright 2007-2008 Queen Mary, University of London." << endl; 146 cerr << "Copyright 2007-2008 Queen Mary, University of London." << endl;
145 cerr << endl; 147 cerr << endl;
146 cerr << "This program is free software. You may redistribute copies of it under the" << endl; 148 cerr << "This program is free software. You may redistribute copies of it under the" << endl;