Somewhat fancy voice command recognition software
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
12345 |
- # commands are key:value pairs
- # key is the sentence to listen for
- # value is the command to run when the key is spoken
-
- hello world:echo "hello world"
|