Further docs for short window

This commit is contained in:
Chris Cannam
2022-09-29 08:27:50 +01:00
parent e3c817b8cf
commit 4599b1afd7
2 changed files with 20 additions and 9 deletions

View File

@@ -325,11 +325,12 @@ int main(int argc, char **argv)
cerr << "(2) --no-transients Disable phase resynchronisation at transients" << endl;
cerr << "(2) --bl-transients Band-limit phase resync to extreme frequencies" << endl;
cerr << "(2) --no-lamination Disable phase lamination" << endl;
cerr << "(2) --window-long Use longer processing window (actual size may vary)" << endl;
cerr << "(2) --window-short Use shorter processing window" << endl;
cerr << "(2) --smoothing Apply window presum and time-domain smoothing" << endl;
cerr << "(2) --detector-perc Use percussive transient detector (as in pre-1.5)" << endl;
cerr << "(2) --detector-soft Use soft transient detector" << endl;
cerr << "(2) --window-long Use longer processing window (actual size may vary)" << endl;
cerr << " --window-short Use shorter processing window (with the R3 engine" << endl;
cerr << " this is effectively a quick \"draft mode\")" << endl;
cerr << " --pitch-hq In RT mode, use a slower, higher quality pitch shift" << endl;
cerr << " --centre-focus Preserve focus of centre material in stereo" << endl;
cerr << " (at a cost in width and individual channel quality)" << endl;