Somewhat fancy voice command recognition software
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

commands.tmp 180B

123456
  1. # commands are key:value pairs
  2. # key is the sentence to listen for
  3. # key must be in ALL CAPS
  4. # value is the command to run when the key is spoken
  5. HELLO WORLD:echo "hello world"