14 lines
804 B
Markdown
14 lines
804 B
Markdown
All these options overide configuration in config.json<br/>
|
|
**--wpm, -w <int>**<br/>
|
|
set the rate of dictation, defaults to 50, note: this is not exact as it measures the time between words in order to avoid a very short gap after a long word.<br/>
|
|
**--mode, -m <mode> <mod>**<br/>
|
|
Sets a mode, one of 'timed', 'words','quote' or 'file' followed by an optional modifier representing either the time (in seconds) or the number of words, or the quote ID, or the file name.<br/>
|
|
**--language, -l <language>**<br/>
|
|
Selects a language, defaults to english, must be a listed language in -i<br/>
|
|
**--list-quotes, -q**<br/>
|
|
Lists the available quotes and exits<br/>
|
|
**--list-languages, -i**<br/>
|
|
Lists the installed languages and exits<br/>
|
|
**--help, -h**<br/>
|
|
Output's this help text and exits<br/>
|