Fix help screen using outdated --silence_seconds instead of --sentence_silence

pull/153/head
Hubert Łępicki 10 months ago committed by GitHub
parent c00ffd3334
commit 7eb6033214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -385,7 +385,7 @@ void printUsage(char *argv[]) {
<< endl;
cerr << " --noise_w NUM phoneme width noise (default: 0.8)"
<< endl;
cerr << " --silence_seconds NUM seconds of silence after each "
cerr << " --sentence_silence NUM seconds of silence after each "
"sentence (default: 0.2)"
<< endl;
cerr << " --espeak_data DIR path to espeak-ng data directory"

Loading…
Cancel
Save