comparison runner/main.cpp @ 69:0ef80ae6493c

Sonic Annotator correctly reports the number of bytes written to a feature file even if it's less than expected.
author gyorgyf
date Fri, 24 Feb 2012 12:32:39 +0000
parents da84d2efd7a3
children
comparison
equal deleted inserted replaced
68:5e432835d7e1 69:0ef80ae6493c
239 cerr << " mixdowns of all files as the input channels for a single" << endl; 239 cerr << " mixdowns of all files as the input channels for a single" << endl;
240 cerr << " invocation of each transform, instead of running the" << endl; 240 cerr << " invocation of each transform, instead of running the" << endl;
241 cerr << " transform against all files separately." << endl; 241 cerr << " transform against all files separately." << endl;
242 cerr << endl; 242 cerr << endl;
243 */ 243 */
244 cerr << " -c, --channels Default number of channels in audio files." << endl;
245 cerr << " If an audio file has differnt number of channels than this parameter" << endl;
246 cerr << " the file will be down (or up) mixed to procuce consistent output." << endl;
247 cerr << endl;
248
249 cerr << " -sr, --samplingrate Resample all audio files to this sampling rate." << endl;
250 cerr << " This will override other configurations, such as the transform's" << endl;
251 cerr << " requested sampling rate and consistently use that same sampling rate" << endl;
252 cerr << " for all files and transforms." << endl;
253 cerr << endl;
244 254
245 cerr << " -r, --recursive If any of the <audio> arguments is found to be a local" << endl; 255 cerr << " -r, --recursive If any of the <audio> arguments is found to be a local" << endl;
246 cerr << " directory, search the tree starting at that directory" << endl; 256 cerr << " directory, search the tree starting at that directory" << endl;
247 cerr << " for all supported audio files and take all of those as" << endl; 257 cerr << " for all supported audio files and take all of those as" << endl;
248 cerr << " input instead." << endl; 258 cerr << " input instead." << endl;