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.

options.json 239B

12345678910
  1. {
  2. "continuous": false,
  3. "history": null,
  4. "microphone": null,
  5. "interface": null,
  6. "valid_sentence_command": null,
  7. "invalid_sentence_command": null,
  8. "tts": ["espeak", "-ven-us+f2"],
  9. "minimum_confidence": null
  10. }