diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-12-13 21:03:56 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-12-13 21:03:56 +0000 |
| commit | 5a480fac520db1bab6f1336bee9b2031dbd36cab (patch) | |
| tree | 01210f87844268c0652867df51f4831094fa3e17 /src/HelpFile | |
| parent | 9f867c4922cccb6e61b273a55103e2afaeac4bde (diff) | |
Added semi-working speech_input command.
Diffstat (limited to 'src/HelpFile')
| -rw-r--r-- | src/HelpFile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/HelpFile b/src/HelpFile index d87be7d05..880876f16 100644 --- a/src/HelpFile +++ b/src/HelpFile @@ -451,6 +451,14 @@ sa, speak_aloud: sa String h | sa -- listen to the list of commands gr -cat=S | l | sa -- generate a random sentence and speak it aloud +si, speech_input: si + Uses an ATK speech recognizer to get speech input. + flags: + -lang: The grammar to use with the speech recognizer. + -cat: The grammar category to get input in. + -language: Use acoustic model and dictionary for this language. + -number: The number of utterances to recognize. + h, help: h Command? Displays the paragraph concerning the command from this help file. Without the argument, shows the first lines of all paragraphs. |
