Mercurial > hg > sonic-annotator
diff runner/main.cpp @ 184:64a067c37557
Document --segments-from
author | Chris Cannam |
---|---|
date | Fri, 09 Jan 2015 14:41:56 +0000 |
parents | 11a9ce2fa331 |
children | 3b7ec45abd1c |
line wrap: on
line diff
--- a/runner/main.cpp Fri Jan 09 11:51:31 2015 +0000 +++ b/runner/main.cpp Fri Jan 09 14:41:56 2015 +0000 @@ -294,6 +294,11 @@ cerr << " Summarise in segments, with segment boundaries" << endl; cerr << " at A, B, ... seconds." << endl; cerr << endl; + cerr << " --segments-from <F>" << endl; + cerr << " Summarise in segments, with segment boundaries" << endl; + cerr << " at times read from the text file <F>. (one time per" << endl; + cerr << " line, in seconds)." << endl; + cerr << endl; cerr << " -m, --multiplex If multiple input audio files are given, use mono" << endl; cerr << " mixdowns of all files as the input channels for a single" << endl; cerr << " invocation of each transform, instead of running the" << endl;