Somewhat fancy voice command recognition software
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
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"
|